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 {
NotSet = -1,
None = 0,
Emergency,
Alert,
Critical,
Error,
Warning,
Notice,

Loading…
Cancel
Save