Uses of Interface
org.apache.log4j.spi.ErrorHandler
Packages that use ErrorHandler
Package
Description
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
Log4j 1.x compatibility layer.
-
Uses of ErrorHandler in org.apache.log4j
Classes in org.apache.log4j that implement ErrorHandlerFields in org.apache.log4j declared as ErrorHandlerMethods in org.apache.log4j that return ErrorHandlerModifier and TypeMethodDescriptionAppender.getErrorHandler()
Returns theErrorHandler
for this appender.AppenderSkeleton.getErrorHandler()
Methods in org.apache.log4j with parameters of type ErrorHandlerModifier and TypeMethodDescriptionprivate void
PropertyConfigurator.parseErrorHandler
(ErrorHandler errorHandler, String errorHandlerPrefix, Properties props, LoggerRepository loggerRepository) void
Appender.setErrorHandler
(ErrorHandler errorHandler) Set theErrorHandler
for this appender.void
AppenderSkeleton.setErrorHandler
(ErrorHandler eh) Sets theErrorHandler
for this Appender.void
WriterAppender.setErrorHandler
(ErrorHandler eh) Set theErrorHandler
for this WriterAppender and also the underlyingQuietWriter
if any. -
Uses of ErrorHandler in org.apache.log4j.bridge
Fields in org.apache.log4j.bridge declared as ErrorHandlerMethods in org.apache.log4j.bridge that return ErrorHandlerModifier and TypeMethodDescriptionAppenderWrapper.getErrorHandler()
ErrorHandlerAdapter.getHandler()
Methods in org.apache.log4j.bridge with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoid
AppenderWrapper.setErrorHandler
(ErrorHandler errorHandler) Constructors in org.apache.log4j.bridge with parameters of type ErrorHandler -
Uses of ErrorHandler in org.apache.log4j.config
Methods in org.apache.log4j.config that return ErrorHandlerModifier and TypeMethodDescriptionPropertiesConfiguration.parseErrorHandler
(Properties props, String errorHandlerPrefix, String errorHandlerClass, Appender appender) -
Uses of ErrorHandler in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as ErrorHandlerMethods in org.apache.log4j.helpers with parameters of type ErrorHandlerConstructors in org.apache.log4j.helpers with parameters of type ErrorHandlerModifierConstructorDescriptionCountingQuietWriter
(Writer writer, ErrorHandler eh) QuietWriter
(Writer writer, ErrorHandler errorHandler) -
Uses of ErrorHandler in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement ErrorHandlerModifier and TypeClassDescriptionclass
An ErrorHandler with a secondary appender.