pub fn setup_logger()
Expand description

Setup logging for cmdline uses

https://docs.rs/env_logger/*/env_logger/

Panics

  • This function will panic if it is called more than once, or if another library has already initialized a global logger.