|
void | SetDefaultLogger () |
|
| Logger (const LogFunc &func) |
|
| Logger (const LogFunc &func, unsigned int min_level) |
|
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 () |
|
|
typedef std::function< void(unsigned int level, const char *file, unsigned int line, const char *msg)> | LogFunc |
|
The documentation for this class was generated from the following files:
- build/cppSource/cscore-cpp/sources/Log.h
- build/cppSource/cscore-cpp/sources/Log.cpp