glog/level
Types
pub type Level {
Emergency
Alert
Critical
Error
Warning
Notice
Info
Debug
}
Constructors
-
Emergency -
Alert -
Critical -
Error -
Warning -
Notice -
Info -
Debug
pub type LevelConfig {
Level
All
None
}
Constructors
-
Level -
All -
None