log4cpp::LayoutAppender (3) - Linux Manuals

NAME

log4cpp::LayoutAppender -

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

SYNOPSIS


#include <LayoutAppender.hh>

Inherits log4cpp::AppenderSkeleton.

Inherited by log4cpp::BufferingAppender, log4cpp::FileAppender, log4cpp::OstreamAppender, log4cpp::RemoteSyslogAppender, log4cpp::StringQueueAppender, log4cpp::SyslogAppender, and log4cpp::Win32DebugAppender.

Public Types


typedef BasicLayout DefaultLayoutType

Public Member Functions


LayoutAppender (const std::string &name)

virtual ~LayoutAppender ()

virtual bool requiresLayout () const
Check if the appender requires a layout.
virtual void setLayout (Layout *layout=NULL)
Set the Layout for this appender.

Protected Member Functions


Layout & _getLayout ()
Return the layout of the appender.

Additional Inherited Members

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.

Author

Generated automatically by Doxygen for log4cpp from the source code.