Function setup_logging_with_config

Source
pub fn setup_logging_with_config(
    config: &Config,
    tag: &str,
) -> Result<(), LogError>
Expand description

start the logger from config (takes RUST_LOG into account)