public interface ErrorLog
Modifier and Type | Method and Description |
---|---|
void |
error(String format,
Object... arguments)
打印 ERROR 等级的日志
|
void |
error(String fqcn,
Throwable t,
String format,
Object... arguments)
打印 ERROR 等级的日志
|
void |
error(Throwable t)
打印 ERROR 等级的日志
|
void |
error(Throwable t,
String format,
Object... arguments)
打印 ERROR 等级的日志
|
boolean |
isErrorEnabled() |
boolean isErrorEnabled()
void error(Throwable t)
t
- 错误对象void error(String format, Object... arguments)
format
- 消息模板arguments
- 参数void error(Throwable t, String format, Object... arguments)
t
- 错误对象format
- 消息模板arguments
- 参数Copyright © 2024. All rights reserved.