10#ifndef _LOG4SHIB_ABORTAPPENDER_HH
11#define _LOG4SHIB_ABORTAPPENDER_HH
#define LOG4SHIB_EXPORT
Definition Export.hh:11
virtual void setLayout(Layout *layout)
Set the Layout for this appender.
Definition AbortAppender.cpp:40
virtual void _append(const LoggingEvent &event)
Log in Appender specific way.
Definition AbortAppender.cpp:28
virtual bool reopen()
Reopens the output destination of this Appender, e.g.
Definition AbortAppender.cpp:32
AbortAppender(const std::string &name)
Definition AbortAppender.cpp:16
virtual void close()
Release any resources allocated within the appender such as file handles, network connections,...
Definition AbortAppender.cpp:24
virtual bool requiresLayout() const
The AbortAppender does not layout.
Definition AbortAppender.cpp:36
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