Package org.cqframework.fhir.utilities
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidlogDebugMessage(org.hl7.fhir.r5.context.IWorkerContext.ILoggingService.LogCategory logCategory, String s) voidlogMessage(String s)
-
Constructor Details
-
LoggerAdapter
public LoggerAdapter(org.slf4j.Logger innerLogger)
-
-
Method Details
-
logMessage
- Specified by:
logMessagein interfaceorg.hl7.fhir.r5.context.IWorkerContext.ILoggingService
-
logDebugMessage
public void logDebugMessage(org.hl7.fhir.r5.context.IWorkerContext.ILoggingService.LogCategory logCategory, String s) - Specified by:
logDebugMessagein interfaceorg.hl7.fhir.r5.context.IWorkerContext.ILoggingService
-
isDebugLogging
public boolean isDebugLogging()- Specified by:
isDebugLoggingin interfaceorg.hl7.fhir.r5.context.IWorkerContext.ILoggingService
-