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

Public Member Functions | |
| void | format (const LogRecord &record, std::ostringstream &stream) |
| Called by LogCustomizableFormatter whenever a new log entry is getting formatted. More... | |
Class format, used to write the class name 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