# File lib/rack/nulllogger.rb, line 7
    def call(env)
      env['rack.logger'] = self
      @app.call(env)
    end