Enum slog::Level
[−]
[src]
pub enum Level {
Critical,
Error,
Warning,
Info,
Debug,
Trace,
}Logging level
Variants
CriticalCritical
ErrorError
WarningWarning
InfoInfo
DebugDebug
TraceTrace
Methods
impl Level[src]
Trait Implementations
impl Debug for Level[src]
impl Clone for Level[src]
fn clone(&self) -> Level
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more