Definition at line 179 of file Logger.h.
◆ Logger()
Only descendants are to be created.
Definition at line 188 of file Logger.h.
◆ ~Logger()
Finalizes the instance.
Definition at line 194 of file Logger.h.
◆ addEntry()
Adds entry to the log.
Actual content can be added through the interface of LogEntry and LogEvent classes.
- Returns
- Instance of LogEntry to build message being added into the log or NULL if severity of entry being added does not correspond to logger's configuration.
Implemented in FileLogger, and NullLogger.
◆ info()
virtual void info |
( |
std::string & | | ) |
|
|
pure virtual |
Basic information on the implementation of the logging services.
Implemented in FileLogger, and NullLogger.