Package org.hl7.fhir.r5.context
Class SystemOutLoggingService
java.lang.Object
org.hl7.fhir.r5.context.SystemOutLoggingService
- All Implemented Interfaces:
ILoggingService
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hl7.fhir.r5.context.ILoggingService
ILoggingService.LogCategory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
logDebugMessage
(ILoggingService.LogCategory category, String message) void
logMessage
(String message)
-
Constructor Details
-
SystemOutLoggingService
public SystemOutLoggingService()
-
-
Method Details
-
logMessage
- Specified by:
logMessage
in interfaceILoggingService
-
logDebugMessage
- Specified by:
logDebugMessage
in interfaceILoggingService
-
isDebugLogging
- Specified by:
isDebugLogging
in interfaceILoggingService
-