# File test/test_Logging.rb, line 81
    def del_logfile_at(pos)
      @del_logfile_at_call += 1
      @del_logfile_at_pos = pos
      @store['logfiles'].delete_at(pos)
      nil
    end