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