macro_rules! safe_init {
    () => { ... };
}
Expand description

Initializes the global logger with a 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.