Log4j 1.3alpha-7

Uses of Interface
org.apache.log4j.spi.ErrorHandler

Packages that use ErrorHandler
org.apache.log4j The main log4j package. 
org.apache.log4j.helpers This package is used internally.  
org.apache.log4j.varia Contains various appenders, filters and other odds and ends.  
 

Uses of ErrorHandler in org.apache.log4j
 

Methods in org.apache.log4j that return ErrorHandler
 ErrorHandler RollingFileAppender.getErrorHandler()
          Deprecated. As of 1.3
 ErrorHandler DailyRollingFileAppender.getErrorHandler()
          Deprecated. As of 1.3
 ErrorHandler AppenderSkeleton.getErrorHandler()
          Deprecated. As of 1.3
 ErrorHandler Appender.getErrorHandler()
          Deprecated. As of 1.3
 

Methods in org.apache.log4j with parameters of type ErrorHandler
 void RollingFileAppender.setErrorHandler(ErrorHandler eh)
          Deprecated. As of 1.3
 void DailyRollingFileAppender.setErrorHandler(ErrorHandler eh)
          Deprecated. As of 1.3
 void AppenderSkeleton.setErrorHandler(ErrorHandler eh)
          Deprecated. As of 1.3
 void Appender.setErrorHandler(ErrorHandler errorHandler)
          Deprecated. As of 1.3
 

Uses of ErrorHandler in org.apache.log4j.helpers
 

Classes in org.apache.log4j.helpers that implement ErrorHandler
 class OnlyOnceErrorHandler
          Deprecated. As of 1.3
 

Uses of ErrorHandler in org.apache.log4j.varia
 

Classes in org.apache.log4j.varia that implement ErrorHandler
 class FallbackErrorHandler
          Deprecated. As of 1.3
 


Log4j 1.3alpha-7

Copyright 2000-2005 Apache Software Foundation.