[][src]Function fast_log::fast_log::init_log

pub fn init_log(
    log_file_path: &str,
    log_cup: usize,
    level: Level,
    debug_mode: bool
) -> Result<(), Box<dyn Error + Send>>

initializes the log file path log_file_path: example-> "test.log" log_cup: example -> 1000 custom_log: default None