Skip to main content

init_log_with_plugin

Function init_log_with_plugin 

Source
pub fn init_log_with_plugin<P>(
    level: LevelFilter,
    log_file: String,
    log_file_max: u32,
    use_console: bool,
    use_async: bool,
    plugin: P,
) -> LogResult<()>
where P: Write + Send + Sync + 'static,
Expand description

带插件的初始化日志