pub fn default_logger() -> Logger
The default logger we fall back to when passed None in external facing constructors.
None
Currently, this is a log adaptor behind a Once to ensure there is no clobbering.
log
Once