#include <string>
Go to the source code of this file.
Classes | |
class | CMessage |
A nice interface to the message system. More... | |
Defines | |
#define | __ENDM_BASE__ CMessage::dec<<" [file:"<<__FILE__<<" line:"<<__LINE__<<" function:"<<__FUNCTION__<<"]"<<CMessage::endm |
#define | ENDM_INFO CMessage::info<<__ENDM_BASE__ |
#define | ENDM_WARN CMessage::warning<<__ENDM_BASE__ |
#define | ENDM_SEVERE CMessage::severe<<__ENDM_BASE__ |
#define | ENDM_FATAL CMessage::fatal<<__ENDM_BASE__ |
#define | MESSAGE *CMessage::getCMessage() |
#define __ENDM_BASE__ CMessage::dec<<" [file:"<<__FILE__<<" line:"<<__LINE__<<" function:"<<__FUNCTION__<<"]"<<CMessage::endm |