Uses of Interface
org.apache.log.ErrorHandler
Packages that use ErrorHandler
Package
Description
Avalon LogKit is the logging framework used throughout
the Avalon project.
This package contains some useful output destination LogTargets.
JMS based output destination LogTargets.
Utilities suppporting the logging framework.
-
Uses of ErrorHandler in org.apache.log
Classes in org.apache.log that implement ErrorHandlerFields in org.apache.log declared as ErrorHandlerModifier and TypeFieldDescriptionprivate ErrorHandler
Hierarchy.m_errorHandler
private final ErrorHandler
Logger.m_errorHandler
Methods in org.apache.log with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
ErrorAware.setErrorHandler
(ErrorHandler errorHandler) Provide component with ErrorHandler.void
Hierarchy.setErrorHandler
(ErrorHandler errorHandler) Set the ErrorHandler associated with hierarchy.Constructors in org.apache.log with parameters of type ErrorHandlerModifierConstructorDescription(package private)
Logger
(ErrorHandler errorHandler, LoggerListener loggerListener, String category, LogTarget[] logTargets, Logger parent) Protected constructor for use inside the logging toolkit. -
Uses of ErrorHandler in org.apache.log.output
Fields in org.apache.log.output declared as ErrorHandlerModifier and TypeFieldDescriptionprivate static final ErrorHandler
AbstractTarget.DEFAULT_ERROR_HANDLER
private ErrorHandler
AbstractTarget.m_errorHandler
Methods in org.apache.log.output that return ErrorHandlerModifier and TypeMethodDescriptionprotected final ErrorHandler
AbstractTarget.getErrorHandler()
Helper method to retrieve ErrorHandler for subclasses.Methods in org.apache.log.output with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
AbstractTarget.setErrorHandler
(ErrorHandler errorHandler) Provide component with ErrorHandler.void
AsyncLogTarget.setErrorHandler
(ErrorHandler errorHandler) Provide component with ErrorHandler.Constructors in org.apache.log.output with parameters of type ErrorHandlerModifierConstructorDescriptionAbstractTarget
(ErrorHandler errorHandler) AbstractTarget constructor. -
Uses of ErrorHandler in org.apache.log.output.jms
Constructors in org.apache.log.output.jms with parameters of type ErrorHandlerModifierConstructorDescriptionAbstractJMSTarget
(MessageBuilder builder, ErrorHandler errorHandler) JMSQueueTarget
(MessageBuilder builder, javax.jms.QueueConnectionFactory factory, javax.jms.Queue queue, ErrorHandler handler) JMSTopicTarget
(MessageBuilder builder, javax.jms.TopicConnectionFactory factory, javax.jms.Topic topic, ErrorHandler handler) -
Uses of ErrorHandler in org.apache.log.util
Classes in org.apache.log.util that implement ErrorHandlerModifier and TypeClassDescriptionclass
Handle unrecoverable errors that occur during logging by writing to standard error.