public class FailsafeErrorTypeAwareLogger extends FailsafeLogger implements ErrorTypeAwareLogger
| Constructor and Description |
|---|
FailsafeErrorTypeAwareLogger(Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
error(String code,
String cause,
String extendedInformation,
String msg)
Logs a message with error log level.
|
void |
error(String code,
String cause,
String extendedInformation,
String msg,
Throwable e)
Logs a message with error log level.
|
void |
warn(String code,
String cause,
String extendedInformation,
String msg)
Logs a message with warn log level.
|
void |
warn(String code,
String cause,
String extendedInformation,
String msg,
Throwable e)
Logs a message with warn log level.
|
debug, debug, debug, error, error, error, getLogger, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, setDisabled, setLogger, trace, trace, trace, warn, warn, warnequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, debug, error, error, error, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, warn, warn, warnpublic FailsafeErrorTypeAwareLogger(Logger logger)
public void warn(String code, String cause, String extendedInformation, String msg)
ErrorTypeAwareLoggerwarn in interface ErrorTypeAwareLoggercode - error codecause - error causeextendedInformation - extended informationmsg - log this messagepublic void warn(String code, String cause, String extendedInformation, String msg, Throwable e)
ErrorTypeAwareLoggerwarn in interface ErrorTypeAwareLoggercode - error codecause - error causeextendedInformation - extended informationmsg - log this messagee - log this causepublic void error(String code, String cause, String extendedInformation, String msg)
ErrorTypeAwareLoggererror in interface ErrorTypeAwareLoggercode - error codecause - error causeextendedInformation - extended informationmsg - log this messagepublic void error(String code, String cause, String extendedInformation, String msg, Throwable e)
ErrorTypeAwareLoggererror in interface ErrorTypeAwareLoggercode - error codecause - error causeextendedInformation - extended informationmsg - log this messagee - log this causeCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.