Package org.hl7.fhir.r4.context
Class HTMLClientLogger
java.lang.Object
org.hl7.fhir.r4.context.HTMLClientLogger
- All Implemented Interfaces:
org.hl7.fhir.utilities.ToolingClientLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
logRequest
(String method, String url, List<String> headers, byte[] body) void
logResponse
(String outcome, List<String> headers, byte[] body)
-
Constructor Details
-
HTMLClientLogger
- Throws:
IOException
-
-
Method Details
-
logRequest
- Specified by:
logRequest
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
logResponse
- Specified by:
logResponse
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
getLastId
- Specified by:
getLastId
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
clearLastId
- Specified by:
clearLastId
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-