Package org.hl7.fhir.utilities
Interface ToolingClientLogger
-
public interface ToolingClientLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearLastId()StringgetLastId()voidlogRequest(String method, String url, List<String> headers, byte[] body)voidlogResponse(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()
-
-