table of contents
log4cpp::PassThroughLayout(3) | Library Functions Manual | log4cpp::PassThroughLayout(3) |
NAME¶
log4cpp::PassThroughLayout
SYNOPSIS¶
#include <PassThroughLayout.hh>
Inherits log4cpp::Layout.
Public Member Functions¶
virtual std::string format (const
LoggingEvent &event)
Formats the LoggingEvent data to a string that appenders can log.
Public Member Functions inherited from log4cpp::Layout
virtual ~Layout ()
Destructor for Layout.
Member Function Documentation¶
virtual std::string log4cpp::PassThroughLayout::format (const LoggingEvent & event) [inline], [virtual]¶
Formats the LoggingEvent data to a string that appenders can log. Implement this method to create your own layout format.
Parameters
event The LoggingEvent.
Returns
an appendable string.
Implements log4cpp::Layout.
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
Version 1.1 | log4cpp |