Interface LogSupplier


public interface LogSupplier
Provides a Log instance to use.
Since:
12.0
Author:
Pedro Ruivo
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.util.logging.Log
     
    boolean
     
  • Method Details

    • isTraceEnabled

      boolean isTraceEnabled()
      Returns:
      true if "TRACE" is enabled in this Log instance, false otherwise.
    • getLog

      org.infinispan.util.logging.Log getLog()
      Returns:
      The Log instance.