Class SLF4JImpl
java.lang.Object
com.alibaba.druid.support.logging.SLF4JImpl
- All Implemented Interfaces:
Log
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidintintintintvoidbooleanbooleanbooleanbooleanvoidvoidvoid
-
Constructor Details
-
SLF4JImpl
public SLF4JImpl(org.slf4j.spi.LocationAwareLogger log) -
SLF4JImpl
-
-
Method Details
-
isDebugEnabled
public boolean isDebugEnabled()- Specified by:
isDebugEnabledin interfaceLog
-
error
-
error
-
isInfoEnabled
public boolean isInfoEnabled()- Specified by:
isInfoEnabledin interfaceLog
-
info
-
debug
-
debug
-
isWarnEnabled
public boolean isWarnEnabled()- Specified by:
isWarnEnabledin interfaceLog
-
isErrorEnabled
public boolean isErrorEnabled()- Specified by:
isErrorEnabledin interfaceLog
-
warn
-
warn
-
getErrorCount
public int getErrorCount()- Specified by:
getErrorCountin interfaceLog
-
getWarnCount
public int getWarnCount()- Specified by:
getWarnCountin interfaceLog
-
getInfoCount
public int getInfoCount()- Specified by:
getInfoCountin interfaceLog
-
getDebugCount
public int getDebugCount()- Specified by:
getDebugCountin interfaceLog
-
resetStat
public void resetStat()
-