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 theErrorHandlerfor this appender.AppenderSkeleton.getErrorHandler()Methods in org.apache.log4j with parameters of type ErrorHandlerModifier and TypeMethodDescriptionprivate voidPropertyConfigurator.parseErrorHandler(ErrorHandler errorHandler, String errorHandlerPrefix, Properties props, LoggerRepository loggerRepository) voidAppender.setErrorHandler(ErrorHandler errorHandler) Set theErrorHandlerfor this appender.voidAppenderSkeleton.setErrorHandler(ErrorHandler eh) Sets theErrorHandlerfor this Appender.voidWriterAppender.setErrorHandler(ErrorHandler eh) Set theErrorHandlerfor this WriterAppender and also the underlyingQuietWriterif 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 TypeMethodDescriptionvoidAppenderWrapper.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 TypeClassDescriptionclassAn ErrorHandler with a secondary appender.