set_level

Function set_level 

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

Sets the level of the logger.

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