# File lib/god/sys_logger.rb, line 37
      def self.log(level, text)
        Syslog.log(SYMBOL_EQUIVALENTS[level], text)
      end