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 classHierarchy.InnerErrorHandlerFields in org.apache.log declared as ErrorHandler Modifier and Type Field Description private ErrorHandlerHierarchy. m_errorHandlerprivate ErrorHandlerLogger. m_errorHandlerMethods in org.apache.log with parameters of type ErrorHandler Modifier and Type Method Description voidErrorAware. 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 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 ErrorHandlerAbstractTarget. DEFAULT_ERROR_HANDLERprivate ErrorHandlerAbstractTarget. m_errorHandlerMethods in org.apache.log.output that return ErrorHandler Modifier and Type Method Description protected ErrorHandlerAbstractTarget. getErrorHandler()Helper method to retrieve ErrorHandler for subclasses.Methods in org.apache.log.output with parameters of type ErrorHandler Modifier and Type Method Description voidAbstractTarget. 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 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 classDefaultErrorHandlerHandle unrecoverable errors that occur during logging by writing to standard error.
-