Enum gelf::Level [] [src]

pub enum Level {
    Emergency,
    Alert,
    Critical,
    Error,
    Warning,
    Notice,
    Informational,
    Debug,
}

Variants

Methods

impl Level
[src]

Trait Implementations

impl Debug for Level
[src]

Formats the value using the given formatter.

impl Clone for Level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Level
[src]

impl Into<LogLevel> for Level
[src]

Performs the conversion.

impl From<LogLevel> for Level
[src]

Performs the conversion.

impl Into<LogLevelFilter> for Level
[src]

Performs the conversion.