Interface LogSupplier


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

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

    • isTraceEnabled Link icon

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

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