Uses of Class
org.apache.log4j.spi.ErrorHandler
Packages that use ErrorHandler
Package
Description
An rather minimal but sufficient implementation redirecting all
 calls to a log4j logger to a logback logger.
- 
Uses of ErrorHandler in org.apache.log4jMethods in org.apache.log4j that return ErrorHandlerModifier and TypeMethodDescriptionAppender.getErrorHandler()Returns theErrorHandlerfor this appender.Methods in org.apache.log4j with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidAppender.setErrorHandler(ErrorHandler errorHandler) Set theErrorHandlerfor this appender.