18#ifndef _LOG4CXX_HELPERS_ONLY_ONCE_ERROR_HANDLER_H
19#define _LOG4CXX_HELPERS_ONLY_ONCE_ERROR_HANDLER_H
43 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(OnlyOnceErrorHandlerPrivate, m_priv)
48#if 15 < LOG4CXX_ABI_VERSION
72 void activateOptions(helpers::
Pool& p) override;
87 void error(const
LogString& message, const std::exception& e,
88 int errorCode) const override;
93 void error(const
LogString& message, const std::exception& e,
94 int errorCode, const spi::LoggingEventPtr& event) const override;
115#if 15 < LOG4CXX_ABI_VERSION
116 bool errorReported()
const override;
base class for java-like objects.
Definition object.h:106
The OnlyOnceErrorHandler implements log4cxx's default error handling policy which consists of emittin...
Definition onlyonceerrorhandler.h:41
bool errorReported() const
Has an error been reported?
Appenders may delegate their error handling to ErrorHandlers.
Definition errorhandler.h:59
A string based interface to configure package components.
Definition optionhandler.h:35
std::basic_string< logchar > LogString
Definition logstring.h:60
std::shared_ptr< Appender > AppenderPtr
Definition basicconfigurator.h:29
std::shared_ptr< Logger > LoggerPtr
Definition defaultloggerfactory.h:27
#define LOG4CXX_CAST_ENTRY(Interface)
Definition object.h:158
#define END_LOG4CXX_CAST_MAP()
Definition object.h:152
#define DECLARE_LOG4CXX_OBJECT(object)
Definition object.h:43
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition object.h:164
#define BEGIN_LOG4CXX_CAST_MAP()
Definition object.h:146