#include <LayoutAppender.hh>
Inheritance diagram for log4cpp::LayoutAppender:
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... |
|
|
|
|
|
|
|
Return the layout of the appender. This method is the Layout accessor for subclasses of LayoutAppender.
|
|
Check if the appender requires a layout. All LayoutAppenders do, therefore this method returns true for all subclasses.
Implements log4cpp::AppenderSkeleton. |
|
Set the Layout for this appender.
Implements log4cpp::AppenderSkeleton. |