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

log4cpp::LayoutAppender Class Reference

LayoutAppender is a common superclass for all Appenders that require a Layout. More...

#include <LayoutAppender.hh>

Inheritance diagram for log4cpp::LayoutAppender:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef BasicLayout DefaultLayoutType

Public Methods

 LayoutAppender (const std::string &name)
virtual ~LayoutAppender ()
virtual bool requiresLayout () const
 Check if the appender requires a layout. More...

virtual void setLayout (Layout *layout=NULL)
 Set the Layout for this appender. More...


Protected Methods

Layout_getLayout ()
 Return the layout of the appender. More...


Detailed Description

LayoutAppender is a common superclass for all Appenders that require a Layout.


Member Typedef Documentation

typedef BasicLayout log4cpp::LayoutAppender::DefaultLayoutType
 


Constructor & Destructor Documentation

log4cpp::LayoutAppender::LayoutAppender const std::string &    name
 

log4cpp::LayoutAppender::~LayoutAppender   [virtual]
 


Member Function Documentation

Layout & log4cpp::LayoutAppender::_getLayout   [protected]
 

Return the layout of the appender.

This method is the Layout accessor for subclasses of LayoutAppender.

Returns:
the Layout.

bool log4cpp::LayoutAppender::requiresLayout   const [virtual]
 

Check if the appender requires a layout.

All LayoutAppenders do, therefore this method returns true for all subclasses.

Returns:
true.

Implements log4cpp::AppenderSkeleton.

void log4cpp::LayoutAppender::setLayout Layout   layout = NULL [virtual]
 

Set the Layout for this appender.

Parameters:
layout  The layout to use.

Implements log4cpp::AppenderSkeleton.


The documentation for this class was generated from the following files:
Generated on Mon Oct 28 23:42:13 2002 for log4cpp by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002