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 ErrorHandler
Appender. getErrorHandler()
Returns theErrorHandler
for this appender.Methods in org.apache.log4j with parameters of type ErrorHandler Modifier and Type Method Description void
Appender. setErrorHandler(ErrorHandler errorHandler)
Set theErrorHandler
for this appender.
-