|
MIRA
|
Generic format, used to write various data to the log format. More...
#include <error/LogCustomizableFormatter.h>

Public Member Functions | |
| Generic (const T &iData) | |
| void | format (const LogRecord &record, std::ostringstream &ioStream) |
| Called by LogCustomizableFormatter whenever a new log entry is getting formatted. More... | |
Public Attributes | |
| T | data |
Generic format, used to write various data to the log format.
|
inline |
|
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.
| T data |
1.8.14