pub fn init_log(
    log_file_path: &str,
    channel_cup: usize,
    level: Level,
    filter: Option<Box<dyn Filter>>,
    debug_mode: bool
) -> Result<FastLogWaitGroup, LogError>
Expand description

initializes the log file path log_file_path: example-> “test.log” channel_cup: example -> 1000