10#ifndef _LOG4CPP_ABORTAPPENDER_HH
11#define _LOG4CPP_ABORTAPPENDER_HH
#define LOG4CPP_EXPORT
Definition Export.hh:26
virtual void setLayout(Layout *layout)
Set the Layout for this appender.
Definition AbortAppender.cpp:42
AbortAppender(const std::string &name)
Definition AbortAppender.cpp:18
virtual bool reopen()
Reopens the output destination of this Appender, e.g.
Definition AbortAppender.cpp:34
virtual void close()
Release any resources allocated within the appender such as file handles, network connections,...
Definition AbortAppender.cpp:26
virtual void _append(const LoggingEvent &event)
Log in Appender specific way.
Definition AbortAppender.cpp:30
virtual bool requiresLayout() const
The AbortAppender does not layout.
Definition AbortAppender.cpp:38
AppenderSkeleton(const std::string &name)
Constructor for AppenderSkeleton.
Definition AppenderSkeleton.cpp:15
Extend this abstract class to create your own log layout format.
Definition Layout.hh:22
The top level namespace for all 'Log for C++' types and classes.
Definition AbortAppender.hh:16
The internal representation of logging events.
Definition LoggingEvent.hh:32