Type Alias Threshold
Source pub type Threshold = Threshold;
pub enum Threshold {
Off,
Error,
Warn,
Info,
Debug,
Trace,
}
A threshold lower than all security levels.
Corresponds to the Error
security level.
Corresponds to the Warn
security level.
Corresponds to the Info
security level.
Corresponds to the Debug
security level.
Corresponds to the Trace
security level.