Module: Savon::Transport::Logging

Included in:
Faraday, HTTPI
Defined in:
lib/savon/transport/logging.rb

Overview

Shared logging behaviour for HTTP transports.

Expects the including class to expose @globals (Savon::GlobalOptions) so that log level, filters, and pretty-print settings can be accessed.

log_request and log_response are intentionally private so that each transport drives them from its own post method.