Sha256: 18bd15aa768cf383f4c747686be32b721b734cf22d5477a01f374d75efa56e72

Contents?: true

Size: 291 Bytes

Versions: 67

Compression:

Stored size: 291 Bytes

Contents

module HTTPX
  interface _IOLogger
    def <<: (string?) -> void
  end

  module Loggable
    COLORS: Hash[Symbol, Integer]

    def log: (?level: Integer?, ?color: Symbol?) { () -> String } -> void

    def log_exception: (Exception error, ?level: Integer, ?color: Symbol) -> void
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
httpx-0.18.3 sig/loggable.rbs
httpx-0.18.2 sig/loggable.rbs
httpx-0.18.1 sig/loggable.rbs
httpx-0.18.0 sig/loggable.rbs
httpx-0.17.0 sig/loggable.rbs
httpx-0.16.1 sig/loggable.rbs
httpx-0.16.0 sig/loggable.rbs