Interface LogSupplier

All Known Implementing Classes:
AbstractIracLocalSiteInterceptor, NonTxIracLocalSiteInterceptor, NonTxIracRemoteSiteInterceptor, OptimisticTxIracLocalSiteInterceptor, PessimisticTxIracLocalInterceptor

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

    Modifier and Type
    Method
    Description
     
    boolean
     
  • Method Details

    • isTraceEnabled

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

      Log getLog()
      Returns:
      The Log instance.