| Constructor and Description |
|---|
SLF4JImpl(org.slf4j.spi.LocationAwareLogger log) |
SLF4JImpl(String loggerName) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(String msg) |
void |
debug(String msg,
Throwable e) |
void |
error(String msg) |
void |
error(String msg,
Throwable e) |
int |
getDebugCount() |
int |
getErrorCount() |
int |
getInfoCount() |
int |
getWarnCount() |
void |
info(String msg) |
boolean |
isDebugEnabled() |
boolean |
isErrorEnabled() |
boolean |
isInfoEnabled() |
boolean |
isWarnEnabled() |
void |
resetStat() |
void |
warn(String msg) |
void |
warn(String msg,
Throwable e) |
public SLF4JImpl(org.slf4j.spi.LocationAwareLogger log)
public SLF4JImpl(String loggerName)
public boolean isDebugEnabled()
isDebugEnabled in interface Logpublic boolean isInfoEnabled()
isInfoEnabled in interface Logpublic boolean isWarnEnabled()
isWarnEnabled in interface Logpublic boolean isErrorEnabled()
isErrorEnabled in interface Logpublic int getErrorCount()
getErrorCount in interface Logpublic int getWarnCount()
getWarnCount in interface Logpublic int getInfoCount()
getInfoCount in interface Logpublic int getDebugCount()
getDebugCount in interface LogCopyright © 2013–2018 Alibaba Group. All rights reserved.