# File lib_core/rucy/logger.rb, line 28
    def emerg(messg)
      @output.write("#{messg}\n") if @log_emerg
      @output.flush
      nil
    end