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