10 #ifndef _LOG4CPP_ABORTAPPENDER_HH 11 #define _LOG4CPP_ABORTAPPENDER_HH 46 #endif // _LOG4CPP_ABORTAPPENDER_HH
virtual bool reopen()
Reopens the output destination of this Appender, e.g.
The top level namespace for all 'Log for C++' types and classes.
virtual void _append(const LoggingEvent &event)=0
Log in Appender specific way.
This Appender causes the application to abort() upon the first append() call.
virtual bool requiresLayout() const =0
Check if the appender uses a layout.
virtual void setLayout(Layout *layout)=0
Set the Layout for this appender.
virtual void close()=0
Release any resources allocated within the appender such as file handles, network connections...
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.