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 classErrorHandlerAdapterMakes 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 ErrorHandlerAppender. getHandler()Gets theErrorHandlerused for handling exceptions.Methods in org.apache.logging.log4j.core with parameters of type ErrorHandler Modifier and Type Method Description voidAppender. setHandler(ErrorHandler handler)Sets theErrorHandlerused 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 classDefaultErrorHandlerThe defaultErrorHandlerimplementation falling back toStatusLogger.Fields in org.apache.logging.log4j.core.appender declared as ErrorHandler Modifier and Type Field Description private ErrorHandlerAbstractAppender. handlerMethods in org.apache.logging.log4j.core.appender that return ErrorHandler Modifier and Type Method Description ErrorHandlerAbstractAppender. getHandler()Returns the ErrorHandler, if any.Methods in org.apache.logging.log4j.core.appender with parameters of type ErrorHandler Modifier and Type Method Description voidAbstractAppender. setHandler(ErrorHandler handler)The handler must be set before the appender is started.
-