18#ifndef _LOG4CXX_SPI_ERROR_HANDLER_H 
   19#define _LOG4CXX_SPI_ERROR_HANDLER_H 
   39            FILE_OPEN_FAILURE = 4,
 
   41            ADDRESS_PARSE_FAILURE = 6
 
   86            int errorCode) 
const = 0;
 
  117#if 15 < LOG4CXX_ABI_VERSION 
  121        virtual bool errorReported() 
const = 0;
 
Definition: errorhandler.h:31
 
Appenders may delegate their error handling to ErrorHandlers.
Definition: errorhandler.h:59
 
virtual void setBackupAppender(const AppenderPtr &appender)=0
Set the appender to fallback upon in case of failure.
 
virtual void error(const LogString &message, const std::exception &e, int errorCode, const LoggingEventPtr &event) const =0
This method is invoked to handle the error.
 
virtual void error(const LogString &message, const std::exception &e, int errorCode) const =0
Equivalent to the error(const String&, helpers::Exception&, int, spi::LoggingEvent&) with the the eve...
 
virtual void setLogger(const LoggerPtr &logger)=0
Add a reference to a logger to which the failing appender might be attached to.
 
virtual void error(const LogString &message) const =0
This method is normally used to just print the error message passed as a parameter.
 
virtual void setAppender(const AppenderPtr &appender)=0
Set the appender for which errors are handled.
 
A string based interface to configure package components.
Definition: optionhandler.h:35
 
#define LOG4CXX_EXPORT
Definition: log4cxx.h:101
 
#define LOG4CXX_PTR_DEF(T)
Definition: log4cxx.h:64
 
#define LOG4CXX_NS
Definition: log4cxx.h:104
 
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:32
 
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 DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:39
 
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:152
 
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:146