18#ifndef _LOG4CXX_SPI_ERROR_HANDLER_H
19#define _LOG4CXX_SPI_ERROR_HANDLER_H
86 int errorCode)
const = 0;
117#if 15 < LOG4CXX_ABI_VERSION
121 virtual bool errorReported()
const = 0;
Definition errorhandler.h:31
@ GENERIC_FAILURE
Definition errorhandler.h:35
@ FLUSH_FAILURE
Definition errorhandler.h:37
@ MISSING_LAYOUT
Definition errorhandler.h:40
@ CLOSE_FAILURE
Definition errorhandler.h:38
@ WRITE_FAILURE
Definition errorhandler.h:36
@ FILE_OPEN_FAILURE
Definition errorhandler.h:39
@ ADDRESS_PARSE_FAILURE
Definition errorhandler.h:41
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 even...
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: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