Class TextClientLogger

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

    public class TextClientLogger
    extends BaseLogger
    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