Uses of Interface
org.apache.log4j.spi.ErrorHandler
-
Packages that use ErrorHandler Package Description 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 Modifier and Type Field Description protected ErrorHandlerAppenderSkeleton. errorHandlerIt is assumed and enforced that errorHandler is never null.Methods in org.apache.log4j that return ErrorHandler Modifier and Type Method Description ErrorHandlerAppender. getErrorHandler()Returns theErrorHandlerfor this appender.ErrorHandlerAppenderSkeleton. getErrorHandler()Return the currently setErrorHandlerfor this Appender.Methods in org.apache.log4j with parameters of type ErrorHandler Modifier and Type Method Description voidAppender. setErrorHandler(ErrorHandler errorHandler)Set theErrorHandlerfor this appender.voidAppenderSkeleton. setErrorHandler(ErrorHandler eh)Set theErrorHandlerfor this Appender.voidWriterAppender. setErrorHandler(ErrorHandler eh)Set theErrorHandlerfor this WriterAppender and also the underlyingQuietWriterif any. -
Uses of ErrorHandler in org.apache.log4j.helpers
Classes in org.apache.log4j.helpers that implement ErrorHandler Modifier and Type Class Description classOnlyOnceErrorHandlerTheOnlyOnceErrorHandlerimplements log4j's default error handling policy which consists of emitting a message for the first error in an appender and ignoring all following errors.Fields in org.apache.log4j.helpers declared as ErrorHandler Modifier and Type Field Description protected ErrorHandlerQuietWriter. errorHandlerMethods in org.apache.log4j.helpers with parameters of type ErrorHandler Modifier and Type Method Description voidQuietWriter. setErrorHandler(ErrorHandler eh)Constructors in org.apache.log4j.helpers with parameters of type ErrorHandler Constructor Description CountingQuietWriter(java.io.Writer writer, ErrorHandler eh)QuietWriter(java.io.Writer writer, ErrorHandler errorHandler)SyslogQuietWriter(java.io.Writer writer, int syslogFacility, ErrorHandler eh) -
Uses of ErrorHandler in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement ErrorHandler Modifier and Type Class Description classFallbackErrorHandlerTheFallbackErrorHandlerimplements the ErrorHandler interface such that a secondary appender may be specified.
-