|
typedef std::shared_ptr< Logger > | ptr |
|
|
| Logger (const std::string &name) |
|
void | add_handler (Handler::ptr handler) |
|
void | verbose (const std::string &text, const std::string &file="None", int32_t line=-1) |
|
void | debug (const std::string &text, const std::string &file="None", int32_t line=-1) |
|
void | info (const std::string &text, const std::string &file="None", int32_t line=-1) |
|
void | warn (const std::string &text, const std::string &file="None", int32_t line=-1) |
|
void | error (const std::string &text, const std::string &file="None", int32_t line=-1) |
|
void | set_level (LogLevel level) |
|
LogLevel | level () const |
|
The documentation for this class was generated from the following file: