Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Classes | Macros | Typedefs
logging.h File Reference
#include <iostream>
#include <time.h>
#include <qstring.h>
#include "Tympan/core/smartptr.h"
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OMessageManager
 

Macros

#define MSG_DEBUG   0x0001
 
#define MSG_BENCH   0x0002
 
#define MSG_INFO   0x0004
 
#define MSG_WARNING   0x0008
 
#define MSG_ERROR   0x0010
 
#define MSG_FATAL   0x0012
 

Typedefs

typedef SmartPtr< OMessageManagerLPOMessageManager
 Smart pointer sur OMessageManager. More...
 

Macro Definition Documentation

◆ MSG_BENCH

#define MSG_BENCH   0x0002

Definition at line 26 of file logging.h.

◆ MSG_DEBUG

#define MSG_DEBUG   0x0001

Definition at line 25 of file logging.h.

◆ MSG_ERROR

#define MSG_ERROR   0x0010

Definition at line 29 of file logging.h.

◆ MSG_FATAL

#define MSG_FATAL   0x0012

Definition at line 30 of file logging.h.

◆ MSG_INFO

#define MSG_INFO   0x0004

Definition at line 27 of file logging.h.

◆ MSG_WARNING

#define MSG_WARNING   0x0008

Definition at line 28 of file logging.h.

Typedef Documentation

◆ LPOMessageManager

Smart pointer sur OMessageManager.

Definition at line 34 of file logging.h.