org.jivesoftware.util.log.util
Class DefaultErrorHandler
java.lang.Object
org.jivesoftware.util.log.util.DefaultErrorHandler
- All Implemented Interfaces:
- ErrorHandler
public class DefaultErrorHandler
- extends Object
- implements ErrorHandler
Handle unrecoverable errors that occur during logging by
writing to standard error.
- Author:
- Peter Donald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultErrorHandler
public DefaultErrorHandler()
error
public void error(String message,
Throwable throwable,
LogEvent event)
- Log an unrecoverable error.
- Specified by:
error
in interface ErrorHandler
- Parameters:
message
- the error messagethrowable
- the exception associated with error (may be null)event
- the LogEvent that caused error, if any (may be null)
Copyright © 2003-2008 Jive Software.