|
void | initialise (std::string log_file, std::string category) |
|
void | log (int priority, const std::string &message) |
|
void | fatal (const std::string &message) |
|
void | emerg (const std::string &message) |
|
void | alert (const std::string &message) |
|
void | crit (const std::string &message) |
|
void | error (const std::string &message) |
|
void | warn (const std::string &message) |
|
void | notice (const std::string &message) |
|
void | info (const std::string &message) |
|
void | debug (const std::string &message) |
|