|
log4shib
2.0.1
|
BasicLayout is a simple fixed format Layout implementation. More...
#include <SimpleLayout.hh>


Public Member Functions | |
| SimpleLayout () | |
| virtual | ~SimpleLayout () |
| virtual std::string | format (const LoggingEvent &event) |
| Formats the LoggingEvent in SimpleLayout style: "priority - message". More... | |
Public Member Functions inherited from log4shib::Layout | |
| virtual | ~Layout () |
| Destructor for Layout. More... | |
BasicLayout is a simple fixed format Layout implementation.
| log4shib::SimpleLayout::SimpleLayout | ( | ) |
|
virtual |
|
virtual |
Formats the LoggingEvent in SimpleLayout style:
"priority - message".
Implements log4shib::Layout.