Package org.hl7.fhir.r5.context
Interface ILoggingService
- All Known Subinterfaces:
IWorkerContext.ILoggingService
- All Known Implementing Classes:
SystemOutLoggingService
public interface ILoggingService
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
logDebugMessage
(ILoggingService.LogCategory category, String message) void
logMessage
(String message)
-
Method Details
-
logMessage
-
logDebugMessage
-
isDebugLogging
boolean isDebugLogging()
-