pub fn log_file(idx: usize) -> PathBuf
Path to the current test’s $CARGO_LOG file
$CARGO_LOG
ex: $CARGO_TARGET_TMPDIR/cit/t0/home/.cargo/log/<id>.jsonl
$CARGO_TARGET_TMPDIR/cit/t0/home/.cargo/log/<id>.jsonl
This also asserts the number of log files is exactly the same as idx + 1.
idx + 1