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- 
isTraceEnabledboolean isTraceEnabled()- Returns:
- trueif "TRACE" is enabled in this- Loginstance,- falseotherwise.
 
- 
getLogorg.infinispan.util.logging.Log getLog()- Returns:
- The Loginstance.
 
 
-