18#ifndef _LOG4CXX_VARIA_FALLBACK_ERROR_HANDLER_H 
   19#define _LOG4CXX_VARIA_FALLBACK_ERROR_HANDLER_H 
   68        void activateOptions(helpers::Pool& p) override;
 
   79        void error(const 
LogString& message, const std::exception& e,
 
   80            int errorCode) const override;
 
   86        void error(const 
LogString& message, const std::exception& e,
 
   87            int errorCode, const spi::LoggingEventPtr& event) const override;
 
  109#if 15 < LOG4CXX_ABI_VERSION 
  110        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:42
 
void setAppender(const AppenderPtr &primary) override
The appender to which this error handler is attached.
 
bool errorReported() const
Has an error been reported?
 
void setBackupAppender(const AppenderPtr &backup) override
Set the backup appender.
 
#define LOG4CXX_DECLARE_PRIVATE_MEMBER_PTR(T, V)
Definition: log4cxx.h:85
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
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