# File lib/cgikit/logger_aspect.rb, line 8
    def self.init_logger(out = $stderr)
      @logger = ::Logger.new(out)
    end