
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidlogRequest(String method, String url, List<String> headers, byte[] body) voidlogResponse(String outcome, List<String> headers, byte[] body, long start)
-
Constructor Details
-
HTMLClientLogger
- Throws:
IOException
-
-
Method Details
-
logRequest
- Specified by:
logRequestin interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
logResponse
- Specified by:
logResponsein interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
getLastId
- Specified by:
getLastIdin interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
clearLastId
- Specified by:
clearLastIdin interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-