public class DefaultLog extends BasicObject implements InterfaceLog
defaultCache, log, slog| 构造器和说明 |
|---|
DefaultLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(String msg,
Object... appendLogArguments) |
void |
debug(String msg,
Throwable t) |
void |
error(String msg,
Object... appendLogArguments) |
void |
error(String msg,
Throwable t) |
void |
info(String msg,
Object... appendLogArguments) |
void |
info(String msg,
Throwable t) |
db, db, failed, failed, isBlank, requireNonNull, sqlManager, sqlManager, success, success, swtj, valByDefpublic void debug(String msg, Object... appendLogArguments)
debug 在接口中 InterfaceLogpublic void info(String msg, Object... appendLogArguments)
info 在接口中 InterfaceLogpublic void error(String msg, Object... appendLogArguments)
error 在接口中 InterfaceLogpublic void debug(String msg, Throwable t)
debug 在接口中 InterfaceLogpublic void info(String msg, Throwable t)
info 在接口中 InterfaceLogpublic void error(String msg, Throwable t)
error 在接口中 InterfaceLogCopyright © 2024. All rights reserved.