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