18 #ifndef _LOG4CXX_SPI_ERROR_HANDLER_H
19 #define _LOG4CXX_SPI_ERROR_HANDLER_H
22 #pragma warning ( push )
23 #pragma warning ( disable: 4231 4251 4275 4786 )
92 int errorCode)
const = 0;
128 #if defined(_MSC_VER)
129 #pragma warning ( pop )
Definition: errorhandler.h:37
@ GENERIC_FAILURE
Definition: errorhandler.h:41
@ FLUSH_FAILURE
Definition: errorhandler.h:43
@ MISSING_LAYOUT
Definition: errorhandler.h:46
@ CLOSE_FAILURE
Definition: errorhandler.h:44
@ WRITE_FAILURE
Definition: errorhandler.h:42
@ FILE_OPEN_FAILURE
Definition: errorhandler.h:45
@ ADDRESS_PARSE_FAILURE
Definition: errorhandler.h:47
Appenders may delegate their error handling to ErrorHandlers.
Definition: errorhandler.h:65
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
LOG4CXX_PTR_DEF(LoggerRepository)
std::shared_ptr< LoggingEvent > LoggingEventPtr
Definition: appender.h:37
Definition: appender.h:33
std::basic_string< logchar > LogString
Definition: logstring.h:66
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:153
#define DECLARE_ABSTRACT_LOG4CXX_OBJECT(object)
Definition: object.h:26
#define END_LOG4CXX_CAST_MAP()
Definition: object.h:147
#define BEGIN_LOG4CXX_CAST_MAP()
Definition: object.h:141