org.apache.logging.log4j.core.appender
Class DefaultErrorHandler

java.lang.Object
  extended by org.apache.logging.log4j.core.appender.DefaultErrorHandler
All Implemented Interfaces:
ErrorHandler

public class DefaultErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
DefaultErrorHandler(Appender appender)
           
 
Method Summary
 void error(String msg)
          Handle an error with a message.
 void error(String msg, LogEvent event, Throwable t)
          Handle an error with a message, and exception and a logging event.
 void error(String msg, Throwable t)
          Handle an error with a message and an exception.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultErrorHandler

public DefaultErrorHandler(Appender appender)
Method Detail

error

public void error(String msg)
Handle an error with a message.

Specified by:
error in interface ErrorHandler
Parameters:
msg - The message.

error

public void error(String msg,
                  Throwable t)
Handle an error with a message and an exception.

Specified by:
error in interface ErrorHandler
Parameters:
msg - The message.
t - The Throwable.

error

public void error(String msg,
                  LogEvent event,
                  Throwable t)
Handle an error with a message, and exception and a logging event.

Specified by:
error in interface ErrorHandler
Parameters:
msg - The message.
event - The LogEvent.
t - The Throwable.


Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.