# File lib/cgikit/profiler_aspect.rb, line 12
    def self.init_profiler(out = $stderr)
      @logger = ::Logger.new(out)
    end