Package org.hl7.fhir.r5.context
Class SystemOutLoggingService
java.lang.Object
org.hl7.fhir.r5.context.SystemOutLoggingService
- All Implemented Interfaces:
IWorkerContext.ILoggingService
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hl7.fhir.r5.context.IWorkerContext.ILoggingService
IWorkerContext.ILoggingService.LogCategory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidlogDebugMessage(IWorkerContext.ILoggingService.LogCategory category, String message) voidlogMessage(String message)
-
Constructor Details
-
SystemOutLoggingService
public SystemOutLoggingService()
-
-
Method Details
-
logMessage
- Specified by:
logMessagein interfaceIWorkerContext.ILoggingService
-
logDebugMessage
- Specified by:
logDebugMessagein interfaceIWorkerContext.ILoggingService
-
isDebugLogging
- Specified by:
isDebugLoggingin interfaceIWorkerContext.ILoggingService
-