Enum bflog::Severity[][src]

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

Variants

Methods

impl Severity
[src]

Trait Implementations

impl Clone for Severity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Severity
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Severity

impl Sync for Severity