Uses of Interface org.apache.log.ErrorHandler

Uses in package org.apache.log.output

Constructors with parameter type org.apache.log.ErrorHandler

AbstractTarget constructor.

Fields of type org.apache.log.ErrorHandler

ErrorHandler
ErrorHandler

Methods with parameter type org.apache.log.ErrorHandler

void
Provide component with ErrorHandler.
void
Provide component with ErrorHandler.

Methods with return type org.apache.log.ErrorHandler

ErrorHandler
Helper method to retrieve ErrorHandler for subclasses.

Uses in package org.apache.log

Classes implementing org.apache.log.ErrorHandler

class

Constructors with parameter type org.apache.log.ErrorHandler

Logger.Logger(ErrorHandler errorHandler, LoggerListener loggerListener, String category, LogTarget[] logTargets, Logger parent)
Protected constructor for use inside the logging toolkit.

Fields of type org.apache.log.ErrorHandler

ErrorHandler
ErrorHandler

Methods with parameter type org.apache.log.ErrorHandler

void
Provide component with ErrorHandler.
void
Set the ErrorHandler associated with hierarchy.

Uses in package org.apache.log.util

Classes implementing org.apache.log.ErrorHandler

class
Handle unrecoverable errors that occur during logging by writing to standard error.

Uses in package org.apache.log.output.jms

Constructors with parameter type org.apache.log.ErrorHandler

JMSQueueTarget.JMSQueueTarget(MessageBuilder builder, QueueConnectionFactory factory, Queue queue, ErrorHandler handler)
JMSTopicTarget.JMSTopicTarget(MessageBuilder builder, TopicConnectionFactory factory, Topic topic, ErrorHandler handler)