|
void | info (string) |
|
void | debug (string) |
|
void | error (string) |
|
|
static Logger | getLogger (string className) |
|
static void | init () |
|
static void | destroy () |
|
static void | init (string file) |
|
static void | init (string level, string mode, string file) |
|
|
static string | LEVEL_ERROR = "ERROR" |
|
static string | LEVEL_DEBUG = "DEBUG" |
|
static string | LEVEL_INFO = "INFO" |
|
|
template<typename T > |
Logger & | operator<< (Logger &logger, T msg) |
|
Logger & | operator<< (Logger &logger, ostream &(*pf)(ostream &)) |
|
Definition at line 28 of file Logger.h.
The documentation for this class was generated from the following files: