Package org.hl7.fhir.r5.context
Class TextClientLogger
- java.lang.Object
-
- org.hl7.fhir.r5.context.TextClientLogger
-
- All Implemented Interfaces:
ToolingClientLogger
public class TextClientLogger extends Object implements ToolingClientLogger
-
-
Constructor Summary
Constructors Constructor Description TextClientLogger(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
-
TextClientLogger
public TextClientLogger(String log)
-
-
Method Detail
-
logRequest
public void logRequest(String method, String url, List<String> headers, byte[] body)
- Specified by:
logRequest
in interfaceToolingClientLogger
-
logResponse
public void logResponse(String outcome, List<String> headers, byte[] body)
- Specified by:
logResponse
in interfaceToolingClientLogger
-
getLastId
public String getLastId()
- Specified by:
getLastId
in interfaceToolingClientLogger
-
clearLastId
public void clearLastId()
- Specified by:
clearLastId
in interfaceToolingClientLogger
-
-