# File test/test_AccessLog.rb, line 95
    def del_logfile_at(pos)
      @del_logfile_at_call += 1
      @del_logfile_at_pos = pos
      @access_log_params.del_logfile_at(pos)
      nil
    end