log4tango::Layout
- Provided by: liblog4tango-doc (Version: 9.2.5a+dfsg1-2ubuntu1)
- Source: tango
- Report a bug
#include <Layout.hh>
Inherited by log4tango::PatternLayout, and log4tango::XMLLayout.
Layout ()
Constructor for Layout. virtual ~Layout ()
Destructor for Layout. virtual std::string format (const
LoggingEvent &event)
Formats the LoggingEvent data to a string that appenders can log.
Constructor for Layout.
Destructor for Layout.
Formats the LoggingEvent data to a string that appenders can log. Overload this method to create your own layout format.
Parameters
Returns
Reimplemented in log4tango::PatternLayout, and log4tango::XMLLayout.
Generated automatically by Doxygen for log4tango from the source code.