log4cpp::BasicLayout (3) - Linux Manuals
NAME
log4cpp::BasicLayout -
BasicLayout is a simple fixed format Layout implementation.
SYNOPSIS
#include <BasicLayout.hh>
Public Member Functions
BasicLayout is a simple fixed format Layout implementation.
Formats the LoggingEvent in BasicLayout style:
Implements log4cpp::Layout.
Generated automatically by Doxygen for log4cpp from the source code.
BasicLayout ()
virtual ~BasicLayout ()
virtual std::string format (const LoggingEvent &event)
Formats the LoggingEvent in BasicLayout style:
Detailed Description
Constructor & Destructor Documentation
log4cpp::BasicLayout::BasicLayout ()
log4cpp::BasicLayout::~BasicLayout () [virtual]
Member Function Documentation
std::string log4cpp::BasicLayout::format (const LoggingEvent &event) [virtual]
Author