Definition at line 179 of file Logger.h.
◆ Logger()
Only descendants are to be created.
Definition at line 188 of file Logger.h.
◆ ~Logger()
Only descendants are to be created.
Definition at line 193 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.