
Package org.hl7.fhir.r5.context
Class Slf4JLoggingService
java.lang.Object
org.hl7.fhir.r5.context.Slf4JLoggingService
- 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 TypeMethodDescriptionvoid
logDebugMessage
(ILoggingService.LogCategory category, String message) void
logMessage
(String message) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.r5.context.ILoggingService
isDebugLogging
-
Constructor Details
-
Slf4JLoggingService
public Slf4JLoggingService()
-
-
Method Details
-
logMessage
- Specified by:
logMessage
in interfaceILoggingService
-
logDebugMessage
- Specified by:
logDebugMessage
in interfaceILoggingService
-