public interface ErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
error(java.lang.String message,
java.lang.Throwable throwable,
LogEvent event)
Log an unrecoverable error.
|
void error(java.lang.String message, java.lang.Throwable throwable, LogEvent event)
message
- the error messagethrowable
- the exception associated with error (may be null)event
- the LogEvent that caused error, if any (may be null)