pub fn init_log_with_all<P>( level: LevelFilter, log_file: String, log_file_max: u32, use_console: bool, use_async: bool, plugin: P, filter: impl CustomFilter, ) -> Result<(), Box<dyn Error + Send + Sync>>where P: Write + Send + Sync + 'static,