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