Enum stackdriver_logger::StackdriverLogLevel[][src]

pub enum StackdriverLogLevel {
    Debug,
    Info,
    Notice,
    Warning,
    Error,
    Critical,
    Alert,
    Emergency,
}

Log levels available in Stackdriver

Variants

Trait Implementations

impl Debug for StackdriverLogLevel
[src]

Formats the value using the given formatter. Read more

impl Display for StackdriverLogLevel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations