Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
log4cxx::varia::FallbackErrorHandler Class Reference

The FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be specified. More...

#include <fallbackerrorhandler.h>

Inheritance diagram for log4cxx::varia::FallbackErrorHandler:
log4cxx::spi::ErrorHandler log4cxx::spi::OptionHandler log4cxx::helpers::Object

Public Member Functions

 FallbackErrorHandler ()
 
 ~FallbackErrorHandler ()
 
void setLogger (const LoggerPtr &logger) override
 Adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure.
 
void activateOptions (helpers::Pool &p) override
 Activate the options that were previously set with calls to option setters.
 
void setOption (const LogString &option, const LogString &value) override
 Set option to value.
 
void error (const LogString &message, const std::exception &e, int errorCode) const override
 Prints the message and the stack trace of the exception on System.err.
 
void error (const LogString &message, const std::exception &e, int errorCode, const spi::LoggingEventPtr &event) const override
 Prints the message and the stack trace of the exception on System.err.
 
void error (const LogString &) const override
 Print a the error message passed as parameter on System.err.
 
void setAppender (const AppenderPtr &primary) override
 The appender to which this error handler is attached.
 
void setBackupAppender (const AppenderPtr &backup) override
 Set the backup appender.
 
- Public Member Functions inherited from log4cxx::spi::ErrorHandler
virtual ~ErrorHandler ()
 
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 std::exception &e, int errorCode) const =0
 Equivalent to the error(const String&, helpers::Exception&, int, spi::LoggingEvent&) with the the event parameteter set to null.
 
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 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 setAppender (const AppenderPtr &appender)=0
 Set the appender for which errors are handled.
 
virtual void setBackupAppender (const AppenderPtr &appender)=0
 Set the appender to fallback upon in case of failure.
 
- Public Member Functions inherited from log4cxx::spi::OptionHandler
virtual ~OptionHandler ()
 
virtual void activateOptions (helpers::Pool &p)=0
 Activate the options that were previously set with calls to option setters.
 
virtual void setOption (const LogString &option, const LogString &value)=0
 Set option to value.
 
- Public Member Functions inherited from log4cxx::helpers::Object
virtual ~Object ()
 
virtual const helpers::ClassgetClass () const =0
 
virtual bool instanceof (const Class &clazz) const =0
 
virtual const void * cast (const Class &clazz) const =0
 

Detailed Description

The FallbackErrorHandler implements the ErrorHandler interface such that a secondary appender may be specified.

This secondary appender takes over if the primary appender fails for whatever reason.

The error message is printed on System.err, and logged in the new secondary appender.

Constructor & Destructor Documentation

◆ FallbackErrorHandler()

log4cxx::varia::FallbackErrorHandler::FallbackErrorHandler ( )

◆ ~FallbackErrorHandler()

log4cxx::varia::FallbackErrorHandler::~FallbackErrorHandler ( )

Member Function Documentation

◆ activateOptions()

void log4cxx::varia::FallbackErrorHandler::activateOptions ( helpers::Pool p)
overridevirtual

Activate the options that were previously set with calls to option setters.

No action is performed in this implementation.

Implements log4cxx::spi::OptionHandler.

◆ error() [1/3]

void log4cxx::varia::FallbackErrorHandler::error ( const LogString ) const
inlineoverridevirtual

Print a the error message passed as parameter on System.err.

Implements log4cxx::spi::ErrorHandler.

◆ error() [2/3]

void log4cxx::varia::FallbackErrorHandler::error ( const LogString message,
const std::exception &  e,
int  errorCode 
) const
overridevirtual

Prints the message and the stack trace of the exception on System.err.

Implements log4cxx::spi::ErrorHandler.

◆ error() [3/3]

void log4cxx::varia::FallbackErrorHandler::error ( const LogString message,
const std::exception &  e,
int  errorCode,
const spi::LoggingEventPtr event 
) const
overridevirtual

Prints the message and the stack trace of the exception on System.err.

Implements log4cxx::spi::ErrorHandler.

◆ setAppender()

void log4cxx::varia::FallbackErrorHandler::setAppender ( const AppenderPtr primary)
overridevirtual

The appender to which this error handler is attached.

Implements log4cxx::spi::ErrorHandler.

◆ setBackupAppender()

void log4cxx::varia::FallbackErrorHandler::setBackupAppender ( const AppenderPtr backup)
overridevirtual

Set the backup appender.

Implements log4cxx::spi::ErrorHandler.

◆ setLogger()

void log4cxx::varia::FallbackErrorHandler::setLogger ( const LoggerPtr logger)
overridevirtual

Adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure.

Implements log4cxx::spi::ErrorHandler.

◆ setOption()

void log4cxx::varia::FallbackErrorHandler::setOption ( const LogString option,
const LogString value 
)
overridevirtual

Set option to value.

Implements log4cxx::spi::OptionHandler.


The documentation for this class was generated from the following file: