# File lib_ctrl/rucy/params.rb, line 545
    def del_logfile_at(pos)
      @params['logfiles'].delete_at(pos)
      nil
    end