Enum libsystemd::logging::Priority [−][src]
#[repr(u8)]
pub enum Priority {
Emergency,
Alert,
Critical,
Error,
Warning,
Notice,
Info,
Debug,
}Expand description
Trait for checking the type of a file descriptor. Log priority values.
See man 3 syslog.
Variants
System is unusable.
Action must be taken immediately.
Critical condition,
Error condition.
Warning condition.
Normal, but significant, condition.
Informational message.
Debug message.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Priority
impl UnwindSafe for Priority
Blanket Implementations
Mutably borrows from an owned value. Read more