void set_attempt()

in spectator/log_entry.h [32:35]


  void set_attempt(int attempt_number, bool is_final) {
    id_ = id_->WithTag("ipc.attempt", attempt(attempt_number))
              ->WithTag("ipc.attempt.final", is_final ? "true" : "false");
  }