pub fn logger() -> Result<&'static Box<dyn Logger>, Error>
Retrieves the global logger instance.
A reference to the logger if initialized, or Error::NotInitialized if not
Error::NotInitialized