# File lib/cgikit/utilities.rb, line 306
    def debug( msg = nil, method = false, &block )
      _log(msg, method, :debug, &block)
    end