Uses of Interface
org.apache.log.ErrorHandler

Packages that use ErrorHandler
org.apache.avalon.excalibur.logger.logkit   
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.avalon.excalibur.logger.logkit
 

Classes in org.apache.avalon.excalibur.logger.logkit that implement ErrorHandler
 class ErrorHandlerAdapter
          This class adapts o.a.a.f.logger.Logger to the LogKit ErrorHandler interface.
 

Uses of ErrorHandler in org.apache.log
 

Methods in org.apache.log with parameters of type ErrorHandler
 void ErrorAware.setErrorHandler(ErrorHandler errorHandler)
          Provide component with ErrorHandler.
 void Hierarchy.setErrorHandler(ErrorHandler errorHandler)
          Set the ErrorHandler associated with hierarchy.
 

Uses of ErrorHandler in org.apache.log.output
 

Methods in org.apache.log.output that return ErrorHandler
protected  ErrorHandler AbstractTarget.getErrorHandler()
          Helper method to retrieve ErrorHandler for subclasses.
 

Methods in org.apache.log.output with parameters of type ErrorHandler
 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
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
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)
           
AbstractJMSTarget(MessageBuilder builder, ErrorHandler errorHandler)
           
 

Uses of ErrorHandler in org.apache.log.util
 

Classes in org.apache.log.util that implement ErrorHandler
 class DefaultErrorHandler
          Handle unrecoverable errors that occur during logging by writing to standard error.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.