Package org.cache2k.core.log
Class Log.Slf4jLogger
- java.lang.Object
-
- org.cache2k.core.log.Log
-
- org.cache2k.core.log.Log.Slf4jLogger
-
-
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 Slf4jLogger(org.slf4j.Logger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddebug(String s)voiddebug(String s, Throwable ex)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
-
-