10 #ifndef _LOG4CPP_LAYOUTAPPENDER_HH 11 #define _LOG4CPP_LAYOUTAPPENDER_HH 58 #endif // _LOG4CPP_LAYOUTAPPENDER_HH
AppenderSkeleton & operator=(const AppenderSkeleton &)
BasicLayout is a simple fixed format Layout implementation.
BasicLayout DefaultLayoutType
LayoutAppender is a common superclass for all Appenders that require a Layout.
virtual bool requiresLayout() const =0
Check if the appender uses a layout.
virtual void setLayout(Layout *layout)=0
Set the Layout for this appender.
AppenderSkeleton is a helper class, simplifying implementation of Appenders: it already takes care of...
Extend this abstract class to create your own log layout format.