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.
Public Member Functions | |
| FallbackErrorHandler () | |
| void | addRef () const |
| void | releaseRef () const |
| void | setLogger (const LoggerPtr &logger) |
| Adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure. | |
| void | activateOptions (log4cxx::helpers::Pool &p) |
| No options to activate. | |
| void | setOption (const LogString &option, const LogString &value) |
Set option to value. | |
| void | error (const LogString &message, const std::exception &e, int errorCode) const |
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 |
Prints the message and the stack trace of the exception on System.err. | |
| void | error (const LogString &) const |
Print a the error message passed as parameter on System.err. | |
| const AppenderPtr & | getBackupAppender () const |
| Return the backup appender. | |
| void | setAppender (const AppenderPtr &primary) |
| The appender to which this error handler is attached. | |
| void | setBackupAppender (const AppenderPtr &backup) |
| Set the backup appender. | |
| void addRef | ( | ) | const [virtual] |
Reimplemented from ObjectImpl.
| void releaseRef | ( | ) | const [virtual] |
Reimplemented from ObjectImpl.
| void setLogger | ( | const LoggerPtr & | logger | ) | [virtual] |
Adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure.
Implements ErrorHandler.
| void activateOptions | ( | log4cxx::helpers::Pool & | p | ) | [virtual] |
Set option to value.
The handling of each option depends on the OptionHandler instance. Some options may become active immediately whereas other may be activated only when activateOptions is called.
Implements OptionHandler.
| void error | ( | const LogString & | message, | |
| const std::exception & | e, | |||
| int | errorCode | |||
| ) | const [virtual] |
| void error | ( | const LogString & | message, | |
| const std::exception & | e, | |||
| int | errorCode, | |||
| const spi::LoggingEventPtr & | event | |||
| ) | const [virtual] |
| void error | ( | const LogString & | ) | const [inline, virtual] |
| const AppenderPtr& getBackupAppender | ( | ) | const [inline] |
Return the backup appender.
| void setAppender | ( | const AppenderPtr & | primary | ) | [virtual] |
| void setBackupAppender | ( | const AppenderPtr & | backup | ) | [virtual] |