Function kaf::with_level[][src]

pub fn with_level(level: LevelFilter)
Expand description

Initializes logging with a global max level.

Examples

kaf::with_level(log::LevelFilter::Info);