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". | |
SimpleLayout () | |
virtual | ~SimpleLayout () |
BasicLayout is a simple fixed format Layout implementation.
Definition at line 21 of file SimpleLayout.hh.
virtual SimpleLayout::~SimpleLayout | ( | ) | [virtual] |
virtual std::string SimpleLayout::format | ( | const LoggingEvent & | event | ) | [virtual] |
Formats the LoggingEvent in SimpleLayout style:
"priority - message".
Implements Layout.