public interface Log
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object msg) |
void |
debug(Object msg,
Throwable throwable) |
void |
error(Object msg) |
void |
error(Object msg,
Throwable throwable) |
void |
fatal(Object msg) |
void |
fatal(Object msg,
Throwable throwable) |
void |
info(Object msg) |
void |
info(Object msg,
Throwable throwable) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isTraceEnabled() |
boolean |
isWarnEnabled() |
void |
trace(Object msg) |
void |
trace(Object msg,
Throwable throwable) |
void |
warn(Object msg) |
void |
warn(Object msg,
Throwable throwable) |
boolean isDebugEnabled()
boolean isWarnEnabled()
boolean isTraceEnabled()
boolean isInfoEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
void debug(Object msg)
void warn(Object msg)
void trace(Object msg)
void info(Object msg)
void fatal(Object msg)
void error(Object msg)
Copyright © 2023 openGauss. All rights reserved.