# File lib/god/simple_logger.rb, line 38
    def fatal(msg)
      self.output(FATAL, msg)
    end