default_logger

Function default_logger 

Source
pub fn default_logger() -> Logger
Expand description

The default logger we fall back to when passed None in external facing constructors.

Currently, this is a log adaptor behind a Once to ensure there is no clobbering.