# File lib/rack/commonlogger.rb, line 7
    def initialize(app, logger=nil)
      @app = app
      @logger = logger
    end