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 ErrorHandlerHierarchy.m_errorHandlerprivate final ErrorHandlerLogger.m_errorHandlerMethods in org.apache.log with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidErrorAware.setErrorHandler(ErrorHandler errorHandler) Provide component with ErrorHandler.voidHierarchy.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 ErrorHandlerAbstractTarget.DEFAULT_ERROR_HANDLERprivate ErrorHandlerAbstractTarget.m_errorHandlerMethods in org.apache.log.output that return ErrorHandlerModifier and TypeMethodDescriptionprotected final ErrorHandlerAbstractTarget.getErrorHandler()Helper method to retrieve ErrorHandler for subclasses.Methods in org.apache.log.output with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractTarget.setErrorHandler(ErrorHandler errorHandler) Provide component with ErrorHandler.voidAsyncLogTarget.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 TypeClassDescriptionclassHandle unrecoverable errors that occur during logging by writing to standard error.