log4cpp
1.1.3
|
#include <PassThroughLayout.hh>
Public Member Functions | |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent data to a string that appenders can log. More... | |
![]() | |
virtual | ~Layout () |
Destructor for Layout. More... | |
|
inlinevirtual |
Formats the LoggingEvent data to a string that appenders can log.
Implement this method to create your own layout format.
event | The LoggingEvent. |
Implements log4cpp::Layout.