|
|
void | debug (const char *message) |
| |
|
template<class... Args> |
| void | debug (const std::string &fmt, Args... args) |
| |
|
void | debug (const tom::observation &message) |
| |
|
void | debug (const tom::String &message) |
| |
|
void | error (const char *message) |
| |
|
template<class... Args> |
| void | error (const std::string &fmt, Args... args) |
| |
|
void | error (const tom::observation &message) |
| |
|
void | error (const tom::String &message) |
| |
|
void | fatal (const char *message) |
| |
|
template<class... Args> |
| void | fatal (const std::string &fmt, Args... args) |
| |
|
void | fatal (const tom::observation &message) |
| |
|
void | fatal (const tom::String &message) |
| |
|
const tom::String & | get_name () const |
| |
|
void | info (const char *message) |
| |
|
template<class... Args> |
| void | info (const std::string &fmt, Args... args) |
| |
|
void | info (const tom::observation &message) |
| |
|
void | info (const tom::String &message) |
| |
|
void | warn (const char *message) |
| |
|
template<class... Args> |
| void | warn (const std::string &fmt, Args... args) |
| |
|
void | warn (const tom::observation &message) |
| |
|
void | warn (const tom::String &message) |
| |
|
|
static void | configure (const char *path, const char *level, const char *format, const char *type) |
| |
|
static logger & | get_logger () |
| |
|
static logger & | get_logger (const char *name) |
| |
|
static logger & | get_logger (const tom::observation &name) |
| |
|
static logger & | get_logger (const tom::String &name) |
| |
The documentation for this class was generated from the following files: