|
typedef std::function< void(unsigned
int level, const char *file,
unsigned int line, const char
*msg)> | LogFunc |
|
|
void | SetLogger (LogFunc func) |
|
void | set_min_level (unsigned int level) |
|
unsigned int | min_level () const |
|
void | Log (unsigned int level, const char *file, unsigned int line, const char *msg) |
|
bool | HasLogger () const |
|
|
static Logger & | GetInstance () |
|
The documentation for this class was generated from the following files:
- build/ntSources/src/Log.h
- build/ntSources/src/Log.cpp