Package org.cache2k.core.log
Class Log.SuppressionCounter
- java.lang.Object
-
- org.cache2k.core.log.Log
-
- org.cache2k.core.log.Log.SuppressionCounter
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cache2k.core.log.Log
Log.JdkLogger, Log.Slf4jLogger, Log.SuppressionCounter
-
-
Constructor Summary
Constructors Constructor Description SuppressionCounter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String s)voiddebug(String s, Throwable ex)intgetDebugCount()intgetInfoCount()intgetWarnCount()voidinfo(String s)voidinfo(String s, Throwable ex)booleanisDebugEnabled()booleanisInfoEnabled()voidwarn(String s)voidwarn(String s, Throwable ex)-
Methods inherited from class org.cache2k.core.log.Log
deregisterSuppression, getLog, getLog, registerSuppression
-
-
-
-
Method Detail
-
isDebugEnabled
public boolean isDebugEnabled()
- Specified by:
isDebugEnabledin classLog
-
isInfoEnabled
public boolean isInfoEnabled()
- Specified by:
isInfoEnabledin classLog
-
getDebugCount
public int getDebugCount()
-
getInfoCount
public int getInfoCount()
-
getWarnCount
public int getWarnCount()
-
-