[][src]Function fast_log::fast_log::init_split_log

pub fn init_split_log(
    log_dir_path: &str,
    channel_cup: usize,
    log_cup: u64,
    allow_zip_compress: bool,
    level: Level,
    filter: Option<Box<dyn Filter>>,
    debug_mode: bool
) -> Result<(), Box<dyn Error + Send>>

initializes the log file path log_dir_path: example-> "log/" channel_cup: example -> 1000 log_cup: splite if cup full allow_zip_compress: zip compress log file filter: log filter