Class HTMLClientLogger

  • All Implemented Interfaces:
    org.hl7.fhir.utilities.ToolingClientLogger

    public class HTMLClientLogger
    extends Object
    implements org.hl7.fhir.utilities.ToolingClientLogger
    • Method Detail

      • 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