Type Alias Logging

Source
pub type Logging = Logging;

Aliased Type§

struct Logging {
    pub threshold: Threshold,
}

Fields§

§threshold: Threshold

Logging level. Possible values are: Off, Error, Warn, Info, Debug, Trace.