Function init

Source
pub fn init() -> Result<()>
Expand description

A function to initialize the private LOGGER.

The logging level defaults to LevelFilter::Info. Returns a [SetLoggerError] if the LOGGER is already initialized.