Package org.hl7.fhir.r5.context
Class TextClientLogger
java.lang.Object
org.hl7.fhir.r5.context.BaseLogger
org.hl7.fhir.r5.context.TextClientLogger
- All Implemented Interfaces:
org.hl7.fhir.utilities.ToolingClientLogger
public class TextClientLogger
extends BaseLogger
implements org.hl7.fhir.utilities.ToolingClientLogger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
logRequest
(String method, String url, List<String> headers, byte[] body) void
logResponse
(String outcome, List<String> headers, byte[] body, long length) Methods inherited from class org.hl7.fhir.r5.context.BaseLogger
clearLastId, getLastId, nextId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.utilities.ToolingClientLogger
clearLastId, getLastId
-
Constructor Details
-
TextClientLogger
- Throws:
IOException
-
-
Method Details
-
logRequest
- Specified by:
logRequest
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
logResponse
- Specified by:
logResponse
in interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-