macro_rules! safe_init_timed_local {
() => { ... };
}
Expand description
Initializes the global logger with a “no-frills” local date/time
pretty, sensible env logger.
See init_timed_local!
for more info.
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.