class Puma::CommonLogger

def initialize(app, logger=nil)

def initialize(app, logger=nil)
  @app = app
  @logger = logger
end