log4cpp 1.1
|
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". | |
![]() | |
virtual | ~Layout () |
Destructor for Layout. | |
virtual std::string | format (const LoggingEvent &event)=0 |
Formats the LoggingEvent data to a string that appenders can log. | |
BasicLayout is a simple fixed format Layout implementation.
log4cpp::BasicLayout::BasicLayout | ( | ) |
|
virtual |
|
virtual |
Formats the LoggingEvent in BasicLayout style:
"timeStamp priority category ndc: message".
Implements log4cpp::Layout.