Uses of Interface
org.apache.log4j.spi.ErrorHandler
-
Packages that use ErrorHandler Package Description org.apache.log4j Log4j 1.x compatibility layer. -
-
Uses of ErrorHandler in org.apache.log4j
Classes in org.apache.log4j that implement ErrorHandler Modifier and Type Class Description static classAppenderSkeleton.NoOpErrorHandlerFields in org.apache.log4j declared as ErrorHandler Modifier and Type Field Description protected ErrorHandlerAppenderSkeleton. errorHandlerMethods in org.apache.log4j that return ErrorHandler Modifier and Type Method Description ErrorHandlerAppender. getErrorHandler()Returns theErrorHandlerfor this appender.ErrorHandlerAppenderSkeleton. getErrorHandler()Methods in org.apache.log4j with parameters of type ErrorHandler Modifier and Type Method Description voidAppender. setErrorHandler(ErrorHandler errorHandler)Set theErrorHandlerfor this appender.voidAppenderSkeleton. setErrorHandler(ErrorHandler eh)Set theErrorHandlerfor this Appender.
-