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