|
MIRA
|
Abstract base class for sink formatters. More...
#include <error/LoggingCore.h>

Public Member Functions | |
| virtual | ~LogFormatterBase () |
| Destructor. More... | |
| virtual std::string | format (const LogRecord &record)=0 |
| Creates a formatted string out of a log entry. More... | |
Abstract base class for sink formatters.
|
inlinevirtual |
Destructor.
|
pure virtual |
Creates a formatted string out of a log entry.
| record | The log entry. |
Implemented in LogCustomizableFormatter, and LogSimpleFormatter.
1.8.14