Uses of Interface org.apache.log4j.spi.ErrorHandler

Uses in package org.apache.log4j.varia

Classes implementing org.apache.log4j.spi.ErrorHandler

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

Uses in package org.apache.log4j.helpers

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

QuietWriter.QuietWriter(Writer writer, ErrorHandler errorHandler)
SyslogQuietWriter.SyslogQuietWriter(Writer writer, int syslogFacility, ErrorHandler eh)

Fields of type org.apache.log4j.spi.ErrorHandler

ErrorHandler

Methods with parameter type org.apache.log4j.spi.ErrorHandler

void

Uses in package org.apache.log4j

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.

Copyright 2000-2005 Apache Software Foundation.