BasicLayout is a simple fixed format Layout implementation. More...
#include <BasicLayout.hh>
Public Member Functions | |
BasicLayout () | |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent in BasicLayout style: "timeStamp priority category ndc: message". More... | |
virtual | ~BasicLayout () |
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 BasicLayout.hh.
BasicLayout::BasicLayout | ( | ) |
|
virtual |
|
virtual |
Formats the LoggingEvent in BasicLayout style:
"timeStamp priority category ndc: message".
Implements Layout.