Everything that calls into `setup_native_logging` (which is _a lot_) has to take care of wrapping it in `Once`-like semantics. Let's implement these semantics in `setup_native_logging` directly.
Everything that calls into
setup_native_logging(which is a lot) has to take care of wrapping it inOnce-like semantics.Let's implement these semantics in
setup_native_loggingdirectly.