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