init_with_level

Function init_with_level 

Source
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.