Right now a Logger just keeps track of the current log level.
There's only one Logger (Singleton Pattern).
Definition at line 206 of file ge211_error.hxx.
Public Member Functions | |
Log_level | level () const |
Returns the log level of this logger. | |
void | level (Log_level level) |
Changes the log level of this logger. | |
Static Public Member Functions | |
static Logger & | instance () |
Returns the one and only logger instance. | |