Type Alias Level

pub type Level = TracingLevel;

Aliased Type§

enum Level {
    Error,
    Warn,
    Info,
    Debug,
    Trace,
}

Variants§

§

Error

§

Warn

§

Info

§

Debug

§

Trace