setup_logging

Function setup_logging 

Source
pub fn setup_logging(
    term_level: Option<LevelFilter>,
    file_level: Option<LevelFilter>,
)
Expand description

Init logging if it’s not initialized before. Uses Once to run (non-public fn) init_logging once.