Class LoggerAdapter

java.lang.Object
org.cqframework.fhir.utilities.LoggerAdapter
All Implemented Interfaces:
org.hl7.fhir.r5.context.IWorkerContext.ILoggingService

public class LoggerAdapter extends Object implements org.hl7.fhir.r5.context.IWorkerContext.ILoggingService
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.hl7.fhir.r5.context.IWorkerContext.ILoggingService

    org.hl7.fhir.r5.context.IWorkerContext.ILoggingService.LogCategory
  • Constructor Summary

    Constructors
    Constructor
    Description
    LoggerAdapter(org.slf4j.Logger innerLogger)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    void
    logDebugMessage(org.hl7.fhir.r5.context.IWorkerContext.ILoggingService.LogCategory logCategory, String s)
     
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LoggerAdapter

      public LoggerAdapter(org.slf4j.Logger innerLogger)
  • Method Details

    • logMessage

      public void logMessage(String s)
      Specified by:
      logMessage in interface org.hl7.fhir.r5.context.IWorkerContext.ILoggingService
    • logDebugMessage

      public void logDebugMessage(org.hl7.fhir.r5.context.IWorkerContext.ILoggingService.LogCategory logCategory, String s)
      Specified by:
      logDebugMessage in interface org.hl7.fhir.r5.context.IWorkerContext.ILoggingService
    • isDebugLogging

      public boolean isDebugLogging()
      Specified by:
      isDebugLogging in interface org.hl7.fhir.r5.context.IWorkerContext.ILoggingService