public interface ErrorHandler
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)