MIRA
|
Very simple log formatter logging the severity level, the time and the message. More...
#include <error/LogSimpleFormatter.h>
Public Member Functions | |
virtual std::string | format (const LogRecord &record) |
Creates a formatted string out of a log entry. More... | |
Very simple log formatter logging the severity level, the time and the message.
|
inlinevirtual |
Creates a formatted string out of a log entry.
record | The log entry. |
Implements LogFormatterBase.