Hello all, I was wondering if this crate would be open to a PR that adds pub fn deinitialize() -> Option<&'static Log>. The goal is that I'd like to be able to write a crate for composing loggers, but currently loggers aren't constrained to expose the loggers they generate publicly, so the only way to reliably compose them would be to have some means of pulling them out of your &'static mut LOGGER.