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
public class HTMLClientLogger extends Object implements org.hl7.fhir.utilities.ToolingClientLogger
-
-
Constructor Summary
Constructors Constructor Description HTMLClientLogger(String log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearLastId()
String
getLastId()
void
logRequest(String method, String url, List<String> headers, byte[] body)
void
logResponse(String outcome, List<String> headers, byte[] body)
-
-
-
Constructor Detail
-
HTMLClientLogger
public HTMLClientLogger(String log)
-
-
Method Detail
-
logRequest
public void logRequest(String method, String url, List<String> headers, byte[] body)
- Specified by:
logRequest
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
logResponse
public void logResponse(String outcome, List<String> headers, byte[] body)
- Specified by:
logResponse
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
getLastId
public String getLastId()
- Specified by:
getLastId
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
clearLastId
public void clearLastId()
- Specified by:
clearLastId
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
-