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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidlogDebugMessage(ILoggingService.LogCategory category, String message) voidlogMessage(String message)
-
Constructor Details
-
SystemOutLoggingService
public SystemOutLoggingService()
-
-
Method Details
-
logMessage
- Specified by:
logMessagein interfaceILoggingService
-
logDebugMessage
- Specified by:
logDebugMessagein interfaceILoggingService
-
isDebugLogging
- Specified by:
isDebugLoggingin interfaceILoggingService
-