log4tango
5.0.2
|
#include <Layout.hh>
Public Member Functions | |
Layout () | |
Constructor for Layout. More... | |
virtual | ~Layout () |
Destructor for Layout. More... | |
virtual std::string | format (const LoggingEvent &event) |
Formats the LoggingEvent data to a string that appenders can log. More... | |
|
inline |
Constructor for Layout.
|
inlinevirtual |
Destructor for Layout.
|
virtual |
Formats the LoggingEvent data to a string that appenders can log.
Overload this method to create your own layout format.
event | The LoggingEvent. |
Reimplemented in log4tango::PatternLayout, and log4tango::XMLLayout.