[][src]Function femme::with_level

pub fn with_level(level: LevelFilter)

Start logging with a log level.

All messages under the specified log level will statically be filtered out.

Examples

femme::start(log::LevelFilter::Trace);