BasicLayout is a simple fixed format Layout implementation. More...
#include <SimpleLayout.hh>
Public Member Functions | |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent in SimpleLayout style: "priority - message". More... | |
SimpleLayout () | |
virtual | ~SimpleLayout () |
Public Member Functions inherited from Layout | |
virtual | ~Layout () |
Destructor for Layout. More... | |
BasicLayout is a simple fixed format Layout implementation.
Definition at line 21 of file SimpleLayout.hh.
SimpleLayout::SimpleLayout | ( | ) |
|
virtual |
|
virtual |
Formats the LoggingEvent in SimpleLayout style:
"priority - message".
Implements Layout.