pub fn start_detached_screen_with_log_capture(
command: &str,
session_name: &str,
user: Option<&str>,
keep_alive: bool,
log_path: Option<&Path>,
) -> IsolationResultExpand description
Start detached screen with live logging to the provided log path.