Package org.hl7.fhir.r5.context
Class HTMLClientLogger
java.lang.Object
org.hl7.fhir.r5.context.BaseLogger
org.hl7.fhir.r5.context.HTMLClientLogger
- All Implemented Interfaces:
org.hl7.fhir.utilities.ToolingClientLogger
public class HTMLClientLogger
extends BaseLogger
implements org.hl7.fhir.utilities.ToolingClientLogger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlogRequest(String method, String url, List<String> headers, byte[] body) voidlogResponse(String outcome, List<String> headers, byte[] body) Methods inherited from class org.hl7.fhir.r5.context.BaseLogger
clearLastId, getLastId, nextIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.utilities.ToolingClientLogger
clearLastId, getLastId
-
Constructor Details
-
HTMLClientLogger
-
-
Method Details
-
logRequest
- Specified by:
logRequestin interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-
logResponse
- Specified by:
logResponsein interfaceorg.hl7.fhir.utilities.ToolingClientLogger
-