Ubuntu Manpages

#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

event The LoggingEvent.

Returns

an appendable string.

Reimplemented in log4tango::PatternLayout, and log4tango::XMLLayout.

Generated automatically by Doxygen for log4tango from the source code.