org.apache.log.util
Class DefaultErrorHandler
- ErrorHandler
public class DefaultErrorHandler
Handle unrecoverable errors that occur during logging by
writing to standard error.
void | error(String message, Throwable throwable, LogEvent event)- Log an unrecoverable error.
|
error
public void error(String message,
Throwable throwable,
LogEvent event) Log an unrecoverable error.
- error in interface ErrorHandler
message - the error messagethrowable - the exception associated with error (may be null)event - the LogEvent that caused error, if any (may be null)
"Copyright B) 2001 Apache Jakarta Project. All Rights Reserved."