MIRA
|
ThreadID format, used to write the thread id 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... | |
ThreadID format, used to write the thread id 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.