Class HTMLClientLogger

java.lang.Object
org.hl7.fhir.r4.context.HTMLClientLogger
All Implemented Interfaces:
org.hl7.fhir.utilities.ToolingClientLogger

public class HTMLClientLogger extends Object implements org.hl7.fhir.utilities.ToolingClientLogger
  • Constructor Details

  • Method Details

    • logRequest

      public void logRequest(String method, String url, List<String> headers, byte[] body)
      Specified by:
      logRequest in interface org.hl7.fhir.utilities.ToolingClientLogger
    • logResponse

      public void logResponse(String outcome, List<String> headers, byte[] body)
      Specified by:
      logResponse in interface org.hl7.fhir.utilities.ToolingClientLogger
    • getLastId

      public String getLastId()
      Specified by:
      getLastId in interface org.hl7.fhir.utilities.ToolingClientLogger
    • clearLastId

      public void clearLastId()
      Specified by:
      clearLastId in interface org.hl7.fhir.utilities.ToolingClientLogger