Expand description
The Level type.
Structs§
- MinLevel
Filter - A
Filterthat matches events with a specificLevel. - MinLevel
Path Map - A filter that applies a
MinLevelFilterbased on the module of an event. - Parse
Level Error - An error attempting to parse a
Levelfrom text.
Enums§
- Level
- A severity level for a diagnostic event.
Functions§
- min_
by_ path_ filter - Construct a set of
MinLevelFilters that are applied based on the module of an event. - min_
filter - Only match events that carry the given
Level.