rust: sync log levels with C

pull/8314/head
Jason Ish 4 years ago committed by Victor Julien
parent 377885f420
commit ae192ebae7

@ -26,9 +26,6 @@ use crate::core::*;
pub enum Level { pub enum Level {
NotSet = -1, NotSet = -1,
None = 0, None = 0,
Emergency,
Alert,
Critical,
Error, Error,
Warning, Warning,
Notice, Notice,

Loading…
Cancel
Save