#include <AbortAppender.hh>
Inheritance diagram for log4cpp::AbortAppender:
Public Member Functions | |
AbortAppender (const std::string &name) | |
virtual | ~AbortAppender () |
virtual bool | reopen () |
Reopens the output destination of this Appender, e.g. | |
virtual void | close () |
Release any resources allocated within the appender such as file handles, network connections, etc. | |
virtual bool | requiresLayout () const |
The AbortAppender does not layout. | |
virtual void | setLayout (Layout *layout) |
Set the Layout for this appender. | |
Protected Member Functions | |
virtual void | _append (const LoggingEvent &event) |
Log in Appender specific way. |
|
|
|
|
|
Log in Appender specific way. Subclasses of Appender should implement this method to perform actual logging.
Implements log4cpp::AppenderSkeleton. |
|
Release any resources allocated within the appender such as file handles, network connections, etc.
Implements log4cpp::AppenderSkeleton. |
|
Reopens the output destination of this Appender, e.g. the logfile or TCP socket.
Reimplemented from log4cpp::AppenderSkeleton. |
|
The AbortAppender does not layout.
Implements log4cpp::AppenderSkeleton. |
|
Set the Layout for this appender.
Implements log4cpp::AppenderSkeleton. |