Macro sensible_env_logger::safe_init_timed
source · [−]macro_rules! safe_init_timed {
() => { ... };
}
Expand description
Initializes the global logger with a timed pretty, sensible env logger.
This variant should ideally only be used in tests. It should be called early in the execution of a Rust program.
Future initialization attempts will safely ignore any errors.