Function af_core::log::set_level[][src]

pub fn set_level(level: impl Into<Option<Level>>)

Sets the level of the logger.

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