Class Jdk14LoggingImpl
- java.lang.Object
-
- com.alibaba.druid.support.logging.Jdk14LoggingImpl
-
-
Constructor Summary
Constructors Constructor Description Jdk14LoggingImpl(String loggerName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String s)voiddebug(String s, Throwable e)voiderror(String s)voiderror(String s, Throwable e)intgetDebugCount()intgetErrorCount()intgetInfoCount()intgetWarnCount()voidinfo(String msg)booleanisDebugEnabled()booleanisErrorEnabled()booleanisInfoEnabled()booleanisWarnEnabled()voidresetStat()voidwarn(String s)voidwarn(String s, Throwable e)
-
-
-
Constructor Detail
-
Jdk14LoggingImpl
public Jdk14LoggingImpl(String loggerName)
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin interfaceLog
-
getWarnCount
public int getWarnCount()
- Specified by:
getWarnCountin interfaceLog
-
getErrorCount
public int getErrorCount()
- Specified by:
getErrorCountin interfaceLog
-
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabledin interfaceLog
-
getInfoCount
public int getInfoCount()
- Specified by:
getInfoCountin interfaceLog
-
isWarnEnabled
public boolean isWarnEnabled()
- Specified by:
isWarnEnabledin interfaceLog
-
getDebugCount
public int getDebugCount()
- Specified by:
getDebugCountin interfaceLog
-
isErrorEnabled
public boolean isErrorEnabled()
- Specified by:
isErrorEnabledin interfaceLog
-
-