pub fn register_logger(logger: &'static Logger) -> &'static LoggerExpand description
Publish logger under its name so subsequent get_logger
calls with that name return THIS reference.
On name collision returns the pre-existing entry (the input
logger is NOT inserted). On a full table returns
DEFAULT_LOGGER.