log4cplus  1.1.0
Public Member Functions | Protected Attributes
log4cplus::Layout Class Reference

This class is used to layout strings sent to an log4cplus::Appender. More...

#include <layout.h>

Inheritance diagram for log4cplus::Layout:
[legend]
Collaboration diagram for log4cplus::Layout:
[legend]

List of all members.

Public Member Functions

 Layout ()
 Layout (const helpers::Properties &properties)
virtual ~Layout ()=0
virtual void formatAndAppend (log4cplus::tostream &output, const log4cplus::spi::InternalLoggingEvent &event)=0

Protected Attributes

LogLevelManagerllmCache

Detailed Description

This class is used to layout strings sent to an log4cplus::Appender.

Definition at line 72 of file layout.h.


Constructor & Destructor Documentation

virtual log4cplus::Layout::~Layout ( ) [pure virtual]

Member Function Documentation

virtual void log4cplus::Layout::formatAndAppend ( log4cplus::tostream output,
const log4cplus::spi::InternalLoggingEvent event 
) [pure virtual]

Member Data Documentation

Definition at line 83 of file layout.h.


The documentation for this class was generated from the following file: