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. -
-
Uses of ErrorHandler in org.apache.log4j
Classes in org.apache.log4j that implement ErrorHandler Modifier and Type Class Description static class
AppenderSkeleton.NoOpErrorHandler
Fields in org.apache.log4j declared as ErrorHandler Modifier and Type Field Description protected ErrorHandler
AppenderSkeleton. errorHandler
Methods in org.apache.log4j that return ErrorHandler Modifier and Type Method Description ErrorHandler
Appender. getErrorHandler()
Returns theErrorHandler
for this appender.ErrorHandler
AppenderSkeleton. getErrorHandler()
Methods in org.apache.log4j with parameters of type ErrorHandler Modifier and Type Method Description void
Appender. setErrorHandler(ErrorHandler errorHandler)
Set theErrorHandler
for this appender.void
AppenderSkeleton. setErrorHandler(ErrorHandler eh)
Set 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
Methods in org.apache.log4j.bridge that return ErrorHandler Modifier and Type Method Description ErrorHandler
AppenderWrapper. getErrorHandler()
ErrorHandler
ErrorHandlerAdapter. getHandler()
Methods in org.apache.log4j.bridge with parameters of type ErrorHandler Modifier and Type Method Description void
AppenderWrapper. 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 ErrorHandler
PropertiesConfiguration. 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 ErrorHandler Modifier and Type Field Description protected ErrorHandler
QuietWriter. errorHandler
Methods in org.apache.log4j.helpers with parameters of type ErrorHandler Modifier and Type Method Description void
QuietWriter. setErrorHandler(ErrorHandler eh)
Constructors in org.apache.log4j.helpers with parameters of type ErrorHandler Constructor Description QuietWriter(Writer writer, ErrorHandler errorHandler)
-