18 #ifndef _LOG4CXX_VARIA_FALLBACK_ERROR_HANDLER_H
19 #define _LOG4CXX_VARIA_FALLBACK_ERROR_HANDLER_H
22 #if LOG4CXX_ABI_VERSION <= 15
47 LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(FallbackErrorHandlerPrivate, m_priv)
77 void activateOptions(helpers::Pool& p) override;
88 void error(const
LogString& message, const std::exception& e,
89 int errorCode) const override;
95 void error(const
LogString& message, const std::exception& e,
118 #if 15 < LOG4CXX_ABI_VERSION
119 bool errorReported()
const override;
Appenders may delegate their error handling to ErrorHandlers.
Definition: errorhandler.h:59
The FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be ...
Definition: fallbackerrorhandler.h:45
bool errorReported() const
Has an error been reported?
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:31
LOG4CXX_PTR_DEF(FallbackErrorHandler)
std::basic_string< logchar > LogString
Definition: logstring.h:60
std::shared_ptr< Appender > AppenderPtr
Definition: basicconfigurator.h:28
std::shared_ptr< Logger > LoggerPtr
Definition: defaultloggerfactory.h:26
#define LOG4CXX_CAST_ENTRY(Interface)
Definition: object.h:154
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:148
#define DECLARE_LOG4CXX_OBJECT(object)
Definition: object.h:41
#define LOG4CXX_CAST_ENTRY_CHAIN(Interface)
Definition: object.h:160
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:142
#define LOG4CXX_16_VIRTUAL_SPECIFIER
Definition: socket.h:90