public interface ErrorTypeAwareLogger extends Logger
| 限定符和类型 | 方法和说明 |
|---|---|
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, info, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, isWarnEnabled, trace, trace, trace, warn, warn, warnvoid warn(String code, String cause, String extendedInformation, String msg)
code - error codecause - error causeextendedInformation - extended informationmsg - log this messagevoid warn(String code, String cause, String extendedInformation, String msg, Throwable e)
code - error codecause - error causeextendedInformation - extended informationmsg - log this messagee - log this causevoid error(String code, String cause, String extendedInformation, String msg)
code - error codecause - error causeextendedInformation - extended informationmsg - log this messageCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.