#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... | |
Public Member Functions inherited from Layout | |
virtual | ~Layout () |
Destructor for Layout. More... | |
Definition at line 7 of file PassThroughLayout.hh.
|
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 Layout.
Definition at line 10 of file PassThroughLayout.hh.