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