public interface Logger
| 限定符和类型 | 方法和说明 |
|---|---|
void |
debug(String message) |
void |
debug(String format,
Object... args) |
void |
debug(String message,
Throwable exception) |
void |
debug(Throwable exception) |
void |
error(String message) |
void |
error(String format,
Object... args) |
void |
error(String message,
Throwable exception) |
void |
error(Throwable exception) |
void |
fatal(String message) |
void |
fatal(String format,
Object... args) |
void |
fatal(String message,
Throwable exception) |
void |
fatal(Throwable exception) |
void |
info(String message) |
void |
info(String format,
Object... args) |
void |
info(String message,
Throwable exception) |
void |
info(Throwable exception) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isFatalEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
warn(String message) |
void |
warn(String format,
Object... args) |
void |
warn(String message,
Throwable exception) |
void |
warn(Throwable exception) |
boolean isDebugEnabled()
boolean isInfoEnabled()
boolean isWarnEnabled()
boolean isErrorEnabled()
boolean isFatalEnabled()
void debug(String message)
void debug(Throwable exception)
void info(String message)
void info(Throwable exception)
void warn(String message)
void warn(Throwable exception)
void error(String message)
void error(Throwable exception)
void fatal(String message)
void fatal(Throwable exception)
Copyright © 2020. All rights reserved.