pub fn init_logging(max_log_level: &str, modules: &[&str]) -> Feedback
Expand description

Sets the logging-level of this repo.

max_log_level: None => use default (Warn)

modules: in addition to default (env!("CARGO_PKG_NAME"))

Environment-variable RUST_LOG has precedence.