#include <BasicLayout.hh>
Inheritance diagram for log4cpp::BasicLayout:
Public Member Functions | |
BasicLayout () | |
virtual | ~BasicLayout () |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent in BasicLayout style: "timeStamp priority category ndc: message". |
log4cpp::BasicLayout::BasicLayout | ( | ) |
log4cpp::BasicLayout::~BasicLayout | ( | ) | [virtual] |
std::string log4cpp::BasicLayout::format | ( | const LoggingEvent & | event | ) | [virtual] |
Formats the LoggingEvent in BasicLayout style:
"timeStamp priority category ndc: message".
Implements log4cpp::Layout.