class HTTP::Features::Logging

def initialize(logger: NullLogger.new)

def initialize(logger: NullLogger.new)
  @logger = logger
end