Log4j 1.3alpha-8

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
 

Fields in org.apache.log4j declared as ErrorHandler
protected  ErrorHandler AppenderSkeleton.errorHandler
          Deprecated. as of 1.3
 

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

Methods in org.apache.log4j with parameters of type ErrorHandler
 void AppenderSkeleton.setErrorHandler(ErrorHandler eh)
          Deprecated. As of 1.3
 void WriterAppender.setErrorHandler(ErrorHandler eh)
          Deprecated.  
 void Appender.setErrorHandler(ErrorHandler errorHandler)
          Deprecated. As of 1.3
 void DailyRollingFileAppender.setErrorHandler(ErrorHandler eh)
          Deprecated. As of 1.3
 void RollingFileAppender.setErrorHandler(ErrorHandler eh)
          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
 

Fields in org.apache.log4j.helpers declared as ErrorHandler
protected  ErrorHandler QuietWriter.errorHandler
          Deprecated.  
 

Methods in org.apache.log4j.helpers with parameters of type ErrorHandler
 void QuietWriter.setErrorHandler(ErrorHandler eh)
          Deprecated.  
 

Constructors in org.apache.log4j.helpers with parameters of type ErrorHandler
QuietWriter(Writer writer, ErrorHandler errorHandler)
          Deprecated.  
CountingQuietWriter(Writer writer, ErrorHandler eh)
          Deprecated.  
SyslogQuietWriter(Writer writer, int syslogFacility, ErrorHandler eh)
          Deprecated.  
 

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-8

Copyright © 2000-2006 Apache Software Foundation.
Licensed under the Apache License, Version 2.0.