log4cpp::BasicLayout(3) | Library Functions Manual | log4cpp::BasicLayout(3) |
NAME¶
log4cpp::BasicLayout - BasicLayout is a simple fixed format Layout implementation.
SYNOPSIS¶
#include <BasicLayout.hh>
Inherits log4cpp::Layout.
Public Member Functions¶
BasicLayout ()
virtual ~BasicLayout ()
virtual std::string format (const LoggingEvent
&event)
Formats the LoggingEvent in BasicLayout style:
'timeStamp priority category ndc: message'. "
Public Member Functions inherited from log4cpp::Layout
virtual ~Layout ()
Destructor for Layout.
Detailed Description¶
BasicLayout is a simple fixed format Layout implementation.
Constructor & Destructor Documentation¶
log4cpp::BasicLayout::BasicLayout ()¶
log4cpp::BasicLayout::~BasicLayout () [virtual]¶
Member Function Documentation¶
std::string log4cpp::BasicLayout::format (const LoggingEvent & event) [virtual]¶
Formats the LoggingEvent in BasicLayout style:
'timeStamp priority category ndc: message'.
Implements log4cpp::Layout.
Author¶
Generated automatically by Doxygen for log4cpp from the source code.
Version 1.1 | log4cpp |