init_log

Function init_log 

Source
pub fn init_log(
    level: &str,
    log_file: &Path,
    stderr: bool,
    max_size: usize,
    max_files: usize,
) -> Result<WorkerGuard>