#include <log.hh>
Inheritance diagram for Qmms::Log::SimpleLayout::
Public Methods | |
SimpleLayout () | |
Default constructor does nothing. More... | |
~SimpleLayout () | |
Destructor does nothing. More... | |
QString | formatEvent (const LoggingEvent *evnt) |
Formats the LoggingEvent according to built-in rules. More... | |
Static Private Attributes | |
const QString | DEFAULT_DATETIME_FORMAT |
dd-MM-yyyy hh:mm:ss. More... | |
const QString | OPEN_PAREN |
const QString | CLOSE_PAREN |
const QString | HYPHEN |
const QString | COLON_SPACE |
LoggingEvents are formatted according to a built-in set of tokens and this cannot be changed. Use this when speed is essential and the flexibility of a PatternLayout is not needed.
|
Default constructor does nothing.
|
|
Destructor does nothing.
|
|
Formats the LoggingEvent according to built-in rules.
Reimplemented from Qmms::Log::Layout. |
|
|
|
|
|
dd-MM-yyyy hh:mm:ss.
|
|
|
|
|