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