public final class SLF4JLogger extends Logger
| Modifier and Type | Method and Description |
|---|---|
void |
debug(Object message)
Logs the object's toString() with debug priority.
|
void |
error(Object message)
Logs the object's toString() with error priority.
|
void |
fatal(Object message)
Logs the object's toString() with fatal priority.
|
void |
info(Object message)
Logs the object's toString() with info priority.
|
boolean |
isDebugEnabled()
Returns true if the underlying log API's debug is enabled.
|
boolean |
isErrorEnabled()
Returns true if the underlying log API's error is enabled.
|
boolean |
isFatalEnabled()
Returns true if the underlying log API's fatal is enabled.
|
boolean |
isInfoEnabled()
Returns true if the underlying log API's info is enabled.
|
boolean |
isTraceEnabled()
Returns true if the underlying log API's trace is enabled.
|
boolean |
isWarnEnabled()
Returns true if the underlying log API's warn is enabled.
|
String |
toString() |
void |
trace(Object message)
Logs the object's toString() with trace priority.
|
void |
warn(Object message)
Logs the object's toString() with warn priority.
|
public boolean isTraceEnabled()
LoggerisTraceEnabled in class Loggerpublic boolean isDebugEnabled()
LoggerisDebugEnabled in class Loggerpublic boolean isInfoEnabled()
LoggerisInfoEnabled in class Loggerpublic boolean isErrorEnabled()
LoggerisErrorEnabled in class Loggerpublic boolean isFatalEnabled()
LoggerisFatalEnabled in class Loggerpublic boolean isWarnEnabled()
LoggerisWarnEnabled in class Loggerpublic void trace(Object message)
Loggerpublic void debug(Object message)
Loggerpublic void info(Object message)
Loggerpublic void warn(Object message)
Loggerpublic void error(Object message)
Loggerpublic void fatal(Object message)
LoggerCopyright © 2010–2019. All rights reserved.