Function init_logging

Source
pub fn init_logging(level_filter: LevelFilter) -> Result<()>
Expand description

Initialize the global logger based on configuration

ยงErrors

Returns an error if the logger cannot be initialized.