public class ErrorHandlerAdapter extends Object implements ErrorHandler
| Constructor and Description |
|---|
ErrorHandlerAdapter(ErrorHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
ErrorHandler |
getHandler() |
public ErrorHandlerAdapter(ErrorHandler errorHandler)
public ErrorHandler getHandler()
public void error(String msg)
ErrorHandlererror in interface ErrorHandlermsg - The message.public void error(String msg, Throwable t)
ErrorHandlererror in interface ErrorHandlermsg - The message.t - The Throwable.public void error(String msg, LogEvent event, Throwable t)
ErrorHandlererror in interface ErrorHandlermsg - The message.event - The LogEvent.t - The Throwable.Copyright © 1999-2021 The 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.