Type Alias Threshold

Source
pub type Threshold = Threshold;

Aliased Type§

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

Variants§

§

Off

A level lower than all log security levels.

§

Error

Corresponds to the Error log security level.

§

Warn

Corresponds to the Warn log security level.

§

Info

Corresponds to the Info log security level.

§

Debug

Corresponds to the Debug log security level.

§

Trace

Corresponds to the Trace log security level.