init_logging_with_level

Function init_logging_with_level 

Source
pub fn init_logging_with_level(level: &str)
Expand description

初始化日志系统

优先级: RUST_LOG 环境变量 > level 参数 > 默认 info