class Excon::Connection

def logger=(logger)

def logger=(logger)
  @data[:instrumentor] = Excon::LoggingInstrumentor
  @data[:logger] = logger
end