Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

log4cpp::BasicLayout Class Reference

BasicLayout is a simple fixed format Layout implementation. More...

#include <BasicLayout.hh>

Inheritance diagram for log4cpp::BasicLayout:

Inheritance graph
[legend]
Collaboration diagram for log4cpp::BasicLayout:

Collaboration graph
[legend]
List of all members.

Public Methods

 BasicLayout ()
virtual ~BasicLayout ()
virtual std::string format (const LoggingEvent &event)
 Formats the LoggingEvent in BasicLayout style:
"timeStamp priority category ndc: message".
More...



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".

Reimplemented from log4cpp::Layout.


The documentation for this class was generated from the following files:
Generated at Mon Jan 28 01:40:36 2002 for log4cpp by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001