# File lib_core/rucy/logger.rb, line 22
    def alert(messg)
      messg(LOG_ALERT, messg)
      nil
    end