pub fn time_based_rolling( base_file_path: &str, date_str: &str, index: u32, ) -> String
Generates a time-based log file name. This is simply a wrapper around compute_rolled_file_path for clarity.
compute_rolled_file_path