Type Alias Threshold

Source
pub type Threshold = Threshold;

Aliased Type§

pub enum Threshold {
    Off,
    Error,
    Warn,
    Info,
    Debug,
    Trace,
}

Variants§

§

Off

A threshold lower than all security levels.

§

Error

Corresponds to the Error security level.

§

Warn

Corresponds to the Warn security level.

§

Info

Corresponds to the Info security level.

§

Debug

Corresponds to the Debug security level.

§

Trace

Corresponds to the Trace security level.