Function cli_log::logger[][src]

pub fn logger() -> &'static (dyn Log + 'static)
Expand description

Returns a reference to the logger.

If a logger has not been set, a no-op implementation is returned.