#include <Logger.h>
Classes | |
| class | FileWrap |
| class | LevelWrap |
| class | LineWrap |
| class | LogStream |
Public Types | |
| enum | LogType_t { Fatal_e, Error_e, Warn_e, Info_e, Debug_e } |
Public Member Functions | |
| void | setDebugMode (const std::string &className, bool active, int level) |
| void | log (LogType_t type, const std::string &message, int level, bool end, const char *file, int line) |
| void | log (LogType_t type, const char *buff, int size, int level, bool end, const char *file, int line) |
| LogStream & | getStreamInt () |
| Stream & | getStream () |
| Logger (Stream &s) | |
Static Public Member Functions | |
| static void | initialise (Stream &s) |
| static Logger & | getInstance () |
Definition at line 32 of file Logger.h.
1.6.2