org.apache.logging.log4j.core.appender
Class DefaultErrorHandler
java.lang.Object
org.apache.logging.log4j.core.appender.DefaultErrorHandler
- All Implemented Interfaces:
- Serializable, ErrorHandler
public class DefaultErrorHandler
- extends Object
- implements ErrorHandler, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultErrorHandler
public DefaultErrorHandler(Appender appender)
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-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.