Enum plugkit::logger::Level [] [src]

pub enum Level {
    Debug,
    Info,
    Warn,
    Error,
}

Variants