public class HTMLClientLogger extends Object implements org.hl7.fhir.utilities.ToolingClientLogger
| Constructor and Description |
|---|
HTMLClientLogger(String log) |
| Modifier and Type | Method and 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) |
public HTMLClientLogger(String log)
public void logRequest(String method, String url, List<String> headers, byte[] body)
logRequest in interface org.hl7.fhir.utilities.ToolingClientLoggerpublic void logResponse(String outcome, List<String> headers, byte[] body)
logResponse in interface org.hl7.fhir.utilities.ToolingClientLoggerpublic String getLastId()
getLastId in interface org.hl7.fhir.utilities.ToolingClientLoggerpublic void clearLastId()
clearLastId in interface org.hl7.fhir.utilities.ToolingClientLoggerCopyright © 2014–2021 Health Level 7. All rights reserved.