class HTTParty::Logger::CurlFormatter

def log_hash(hash)

def log_hash(hash)
  hash.each { |k, v| log(OUT, "#{k}: #{v}") }
end