Uses of Interface
org.apache.logging.log4j.core.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.log4j.bridge org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender Log4j 2 Appenders. -
-
Uses of ErrorHandler in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement ErrorHandler Modifier and Type Class Description class
ErrorHandlerAdapter
Makes a Log4j 1 ErrorHandler usable by a Log4j 2 Appender. -
Uses of ErrorHandler in org.apache.logging.log4j.core
Methods in org.apache.logging.log4j.core that return ErrorHandler Modifier and Type Method Description ErrorHandler
Appender. getHandler()
Gets theErrorHandler
used for handling exceptions.Methods in org.apache.logging.log4j.core with parameters of type ErrorHandler Modifier and Type Method Description void
Appender. setHandler(ErrorHandler handler)
Sets theErrorHandler
used for handling exceptions. -
Uses of ErrorHandler in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender that implement ErrorHandler Modifier and Type Class Description class
DefaultErrorHandler
Methods in org.apache.logging.log4j.core.appender that return ErrorHandler Modifier and Type Method Description ErrorHandler
AbstractAppender. getHandler()
Returns the ErrorHandler, if any.Methods in org.apache.logging.log4j.core.appender with parameters of type ErrorHandler Modifier and Type Method Description void
AbstractAppender. setHandler(ErrorHandler handler)
The handler must be set before the appender is started.
-