Function af_core::log::set_level_of[][src]

pub fn set_level_of(name: impl Into<String>, level: impl Into<Option<Level>>)

Sets the level of a target.

Records above this level are hidden. Use None to hide all records.