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