pub fn compute_rolled_file_path( base_file_path: &str, date_str: &str, index: u32, ) -> String
Computes the path of the rolled log file given the base file path and the date string.