类 Log4j2Impl
java.lang.Object
com.alibaba.druid.support.logging.Log4j2Impl
- 所有已实现的接口:
Log
-
构造器详细资料
-
Log4j2Impl
public Log4j2Impl(org.apache.logging.log4j.Logger log) - 参数:
log- the Log instance to be used for logging- 从以下版本开始:
- 0.2.21
-
Log4j2Impl
-
-
方法详细资料
-
getLog
public org.apache.logging.log4j.Logger getLog() -
isDebugEnabled
public boolean isDebugEnabled()- 指定者:
isDebugEnabled在接口中Log
-
error
-
error
-
debug
-
debug
-
warn
-
warn
-
getWarnCount
public int getWarnCount()- 指定者:
getWarnCount在接口中Log
-
getErrorCount
public int getErrorCount()- 指定者:
getErrorCount在接口中Log
-
resetStat
public void resetStat() -
getDebugCount
public int getDebugCount()- 指定者:
getDebugCount在接口中Log
-
isInfoEnabled
public boolean isInfoEnabled()- 指定者:
isInfoEnabled在接口中Log
-
info
-
isWarnEnabled
public boolean isWarnEnabled()- 指定者:
isWarnEnabled在接口中Log
-
isErrorEnabled
public boolean isErrorEnabled()- 指定者:
isErrorEnabled在接口中Log
-
getInfoCount
public int getInfoCount()- 指定者:
getInfoCount在接口中Log
-
toString
-