|
MIRA
|
Message format, used to write the message of the log entry to the log format. More...
#include <error/LogCustomizableFormatter.h>

Public Member Functions | |
| void | format (const LogRecord &record, std::ostringstream &ioStream) |
| Called by LogCustomizableFormatter whenever a new log entry is getting formatted. More... | |
Message format, used to write the message of the log entry to the log format.
|
inlinevirtual |
Called by LogCustomizableFormatter whenever a new log entry is getting formatted.
Writes the formatted data to ioStream.
| record | The log entry |
| ioStream | The stream the formatted data gets written to. |
Implements LogCustomizableFormatter::CustomFormatBase.
1.8.14