Class DefaultErrorHandler

java.lang.Object
org.apache.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
  • Constructor Details

    • DefaultErrorHandler

      public DefaultErrorHandler()
  • Method Details

    • error

      public void error(String message, Throwable throwable, LogEvent event)
      Log an unrecoverable error.
      Specified by:
      error in interface ErrorHandler
      Parameters:
      message - the error message
      throwable - the exception associated with error (may be null)
      event - the LogEvent that caused error, if any (may be null)