Uses of Interface
org.apache.logging.log4j.core.ErrorHandler
Packages that use ErrorHandler
Package
Description
Implementation of Log4j 2.
Log4j 2 Appenders.
-
Uses of ErrorHandler in org.apache.log4j.bridge
Classes in org.apache.log4j.bridge that implement ErrorHandlerModifier and TypeClassDescriptionclassMakes 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 ErrorHandlerModifier and TypeMethodDescriptionAppender.getHandler()Gets theErrorHandlerused for handling exceptions.Methods in org.apache.logging.log4j.core with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAppender.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 ErrorHandlerModifier and TypeClassDescriptionclassThe defaultErrorHandlerimplementation falling back toStatusLogger.Fields in org.apache.logging.log4j.core.appender declared as ErrorHandlerMethods in org.apache.logging.log4j.core.appender that return ErrorHandlerModifier and TypeMethodDescriptionAbstractAppender.getHandler()Returns the ErrorHandler, if any.Methods in org.apache.logging.log4j.core.appender with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAbstractAppender.setHandler(ErrorHandler handler) The handler must be set before the appender is started.