pub fn init_with_level(level: LevelFilter) -> Result<(), SetLoggerError>Expand description
Install the simple logger with the provided level filter.
Calling this more than once is a no-op after the first successful initialization.
pub fn init_with_level(level: LevelFilter) -> Result<(), SetLoggerError>Install the simple logger with the provided level filter.
Calling this more than once is a no-op after the first successful initialization.