Function simple_logger::init_with_level[][src]

pub fn init_with_level(level: Level) -> Result<(), SetLoggerError>
Expand description

Initialise the logger with a specific log level.

Log messages below the given Level will be filtered. The RUST_LOG environment variable is not used.