Package org.apache.log
Interface ErrorHandler
- All Known Implementing Classes:
DefaultErrorHandler,Hierarchy.InnerErrorHandler
public interface ErrorHandler
Handle unrecoverable errors that occur during logging.
Based on Log4js notion of ErrorHandlers.
- Author:
- Peter Donald
-
Method Summary
-
Method Details
-
error
Log an unrecoverable error.- Parameters:
message- the error messagethrowable- the exception associated with error (may be null)event- the LogEvent that caused error, if any (may be null)
-