Uses of Interface
org.apache.log4j.spi.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.bridge org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.helpers Log4j 1.x compatibility layer.org.apache.log4j.varia -
-
Uses of ErrorHandler in org.apache.log4j
Classes in org.apache.log4j that implement ErrorHandler Modifier and Type Class Description static classAppenderSkeleton.NoOpErrorHandlerFields in org.apache.log4j declared as ErrorHandler Modifier and Type Field Description protected ErrorHandlerAppenderSkeleton. errorHandlerMethods in org.apache.log4j that return ErrorHandler Modifier and Type Method Description ErrorHandlerAppender. getErrorHandler()Returns theErrorHandlerfor this appender.ErrorHandlerAppenderSkeleton. getErrorHandler()Methods in org.apache.log4j with parameters of type ErrorHandler Modifier and Type Method Description private voidPropertyConfigurator. parseErrorHandler(ErrorHandler errorHandler, java.lang.String errorHandlerPrefix, java.util.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 ErrorHandler Modifier and Type Field Description private ErrorHandlerErrorHandlerAdapter. errorHandlerMethods in org.apache.log4j.bridge that return ErrorHandler Modifier and Type Method Description ErrorHandlerAppenderWrapper. getErrorHandler()ErrorHandlerErrorHandlerAdapter. getHandler()Methods in org.apache.log4j.bridge with parameters of type ErrorHandler Modifier and Type Method Description voidAppenderWrapper. setErrorHandler(ErrorHandler errorHandler)Constructors in org.apache.log4j.bridge with parameters of type ErrorHandler Constructor Description ErrorHandlerAdapter(ErrorHandler errorHandler) -
Uses of ErrorHandler in org.apache.log4j.config
Methods in org.apache.log4j.config that return ErrorHandler Modifier and Type Method Description ErrorHandlerPropertiesConfiguration. parseErrorHandler(java.util.Properties props, java.lang.String errorHandlerPrefix, java.lang.String errorHandlerClass, Appender appender) -
Uses of ErrorHandler in org.apache.log4j.helpers
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) -
Uses of ErrorHandler in org.apache.log4j.varia
Classes in org.apache.log4j.varia that implement ErrorHandler Modifier and Type Class Description classFallbackErrorHandlerAn ErrorHandler with a secondary appender.
-