| Log4j 1.2.13 | |
| Frames | No Frames |
Classes implementing org.apache.log4j.spi.ErrorHandler | |
| class | The OnlyOnceErrorHandler implements log4j's default
error handling policy which consists of emitting a message for the
first error in an appender and ignoring all following errors. |
Constructors with parameter type org.apache.log4j.spi.ErrorHandler | |
Fields of type org.apache.log4j.spi.ErrorHandler | |
| ErrorHandler | |
Methods with parameter type org.apache.log4j.spi.ErrorHandler | |
| void | |
Fields of type org.apache.log4j.spi.ErrorHandler | |
| ErrorHandler | It is assumed and enforced that errorHandler is never null. |
Methods with parameter type org.apache.log4j.spi.ErrorHandler | |
| void | Set the ErrorHandler for this appender. |
| void | Set the ErrorHandler for this Appender. |
| void | Set the ErrorHandler for this WriterAppender and also the
underlying QuietWriter if any. |
Methods with return type org.apache.log4j.spi.ErrorHandler | |
| ErrorHandler | Returns the ErrorHandler for this appender. |
| ErrorHandler | Return the currently set ErrorHandler for this
Appender. |
Classes implementing org.apache.log4j.spi.ErrorHandler | |
| class |
The FallbackErrorHandler implements the ErrorHandler
interface such that a secondary appender may be specified. |