Uses of Class
org.cache2k.core.log.Log
-
Packages that use Log Package Description org.cache2k.core org.cache2k.core.api org.cache2k.core.log -
-
Uses of Log in org.cache2k.core
Methods in org.cache2k.core that return Log Modifier and Type Method Description LogHeapCache. getLog()Normally a cache itself logs nothing, so just construct when needed.LogWiredCache. getLog() -
Uses of Log in org.cache2k.core.api
Methods in org.cache2k.core.api that return Log Modifier and Type Method Description LogInternalCache. getLog()used from the cache manager -
Uses of Log in org.cache2k.core.log
Subclasses of Log in org.cache2k.core.log Modifier and Type Class Description static classLog.JdkLoggerstatic classLog.Slf4jLoggerstatic classLog.SuppressionCounterLog implementation that can be used to count suppressed log outputs.Methods in org.cache2k.core.log that return Log Modifier and Type Method Description static LogLog. getLog(Class<?> type)static LogLog. getLog(String s)LogLogFactory. getLog(String s)Methods in org.cache2k.core.log with parameters of type Log Modifier and Type Method Description static voidLog. registerSuppression(String s, Log l)Redirects log output, this is used for testing purposes.
-