public abstract class BaseLog extends Object implements Log
| 构造器和说明 |
|---|
BaseLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(String message,
Object... args) |
void |
error(String message,
Object... args) |
void |
info(String message,
Object... args) |
void |
trace(String message,
Object... args) |
void |
warn(String message,
Object... args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdebug, debug, error, error, info, info, isDebugEnabled, isErrorEnabled, isInfoEnabled, isTraceEnabled, trace, trace, warn, warnCopyright © 2022–2023 Irvingsoft. All rights reserved.