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