pub(crate) fn set_logger_inner<F>(make_logger: F) -> Result<(), SetLoggerError>where F: FnOnce() -> &'static dyn Log,