pub fn log_path_for(case: &Case, project_root: &Path) -> Option<PathBuf>Expand description
Resolve the log file path for a case, relative to the fixtures directory’s
parent (so a case that records fixtures/logs/foo.log resolves correctly
regardless of the current working directory).