Uses of Interface
org.apache.log.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.log Avalon LogKit is the logging framework used throughout the Avalon project.org.apache.log.output This package contains some useful output destination LogTargets.org.apache.log.output.jms JMS based output destination LogTargets.org.apache.log.util Utilities suppporting the logging framework. -
-
Uses of ErrorHandler in org.apache.log
Classes in org.apache.log that implement ErrorHandler Modifier and Type Class Description private class
Hierarchy.InnerErrorHandler
Fields in org.apache.log declared as ErrorHandler Modifier and Type Field Description private ErrorHandler
Hierarchy. m_errorHandler
private ErrorHandler
Logger. m_errorHandler
Methods in org.apache.log with parameters of type ErrorHandler Modifier and Type Method Description void
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 ErrorHandler Constructor Description Logger(ErrorHandler errorHandler, LoggerListener loggerListener, java.lang.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 ErrorHandler Modifier and Type Field Description private static ErrorHandler
AbstractTarget. DEFAULT_ERROR_HANDLER
private ErrorHandler
AbstractTarget. m_errorHandler
Methods in org.apache.log.output that return ErrorHandler Modifier and Type Method Description protected ErrorHandler
AbstractTarget. getErrorHandler()
Helper method to retrieve ErrorHandler for subclasses.Methods in org.apache.log.output with parameters of type ErrorHandler Modifier and Type Method Description void
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 ErrorHandler Constructor Description AbstractTarget(ErrorHandler errorHandler)
AbstractTarget constructor. -
Uses of ErrorHandler in org.apache.log.output.jms
Constructors in org.apache.log.output.jms with parameters of type ErrorHandler Constructor Description AbstractJMSTarget(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 ErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
Handle unrecoverable errors that occur during logging by writing to standard error.
-