Definition at line 28 of file NullLogger.h.
◆ NullLogger()
Initializes logger according to given settings.
Definition at line 31 of file NullLogger.h.
◆ ~NullLogger()
◆ addEntry()
As implementation supposes no data recording, always return NULL to make logging impossible.
Implements Logger.
Definition at line 45 of file NullLogger.h.
◆ info()
void info |
( |
std::string & | str | ) |
|
|
inlineoverridevirtual |
Basic information on the implementation of the logging services.
Implements Logger.
Definition at line 38 of file NullLogger.h.
◆ self()