com.alibaba.druid.support.logging
类 Jdk14LoggingImpl
java.lang.Object
com.alibaba.druid.support.logging.Jdk14LoggingImpl
- 所有已实现的接口:
- Log
public class Jdk14LoggingImpl
- extends Object
- implements Log
Jdk14LoggingImpl
public Jdk14LoggingImpl(String loggerName)
isDebugEnabled
public boolean isDebugEnabled()
- 指定者:
- 接口
Log 中的 isDebugEnabled
error
public void error(String s,
Throwable e)
- 指定者:
- 接口
Log 中的 error
error
public void error(String s)
- 指定者:
- 接口
Log 中的 error
debug
public void debug(String s)
- 指定者:
- 接口
Log 中的 debug
debug
public void debug(String s,
Throwable e)
- 指定者:
- 接口
Log 中的 debug
warn
public void warn(String s)
- 指定者:
- 接口
Log 中的 warn
warn
public void warn(String s,
Throwable e)
- 指定者:
- 接口
Log 中的 warn
getWarnCount
public int getWarnCount()
- 指定者:
- 接口
Log 中的 getWarnCount
getErrorCount
public int getErrorCount()
- 指定者:
- 接口
Log 中的 getErrorCount
resetStat
public void resetStat()
- 指定者:
- 接口
Log 中的 resetStat
isInfoEnabled
public boolean isInfoEnabled()
- 指定者:
- 接口
Log 中的 isInfoEnabled
info
public void info(String msg)
- 指定者:
- 接口
Log 中的 info
getInfoCount
public int getInfoCount()
- 指定者:
- 接口
Log 中的 getInfoCount
isWarnEnabled
public boolean isWarnEnabled()
- 指定者:
- 接口
Log 中的 isWarnEnabled
getDebugCount
public int getDebugCount()
- 指定者:
- 接口
Log 中的 getDebugCount
Copyright © 2013 Alibaba Group. All Rights Reserved.