pub fn init_log_simple( level: &str, log_file: String, log_file_max: &str, use_console: bool, use_async: bool, ) -> Result<(), Box<dyn Error + Send + Sync>>