Package org.hl7.fhir.r5.utils.client
Interface ToolingClientLogger
-
- All Known Implementing Classes:
HTMLClientLogger
,TextClientLogger
public interface ToolingClientLogger
-
-
Method Summary
All Methods Instance Methods Abstract 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)
-
-
-
Method Detail
-
logRequest
void logRequest(String method, String url, List<String> headers, byte[] body)
-
logResponse
void logResponse(String outcome, List<String> headers, byte[] body)
-
clearLastId
void clearLastId()
-
-