Package org.infinispan.util.logging
Interface LogSupplier
public interface LogSupplier
Provides a
Log
instance to use.- Since:
- 12.0
- Author:
- Pedro Ruivo
-
Method Summary
-
Method Details
-
isTraceEnabled
boolean isTraceEnabled()- Returns:
true
if "TRACE" is enabled in thisLog
instance,false
otherwise.
-
getLog
org.infinispan.util.logging.Log getLog()- Returns:
- The
Log
instance.
-