openzeppelin_relayer::logging

Function time_based_rolling

Source
pub fn time_based_rolling(
    base_file_path: &str,
    date_str: &str,
    index: u32,
) -> String
Expand description

Generates a time-based log file name. This is simply a wrapper around compute_rolled_file_path for clarity.