Module combinator
tracing_
subscriber
0.3.18
Module combinator
Module Items
Structs
In tracing_
subscriber::
filter
Modules
combinator
targets
Structs
BadFieldName
Builder
Directive
DynFilterFn
EnvFilter
FilterFn
FilterId
Filtered
FromEnvError
LevelFilter
LevelParseError
ParseError
Traits
FilterExt
Functions
dynamic_filter_fn
filter_fn
tracing_subscriber
::
filter
Module
combinator
Copy item path
Settings
Help
Summary
Source
Expand description
Filter combinators
Structs
§
And
Combines two
Filter
s so that spans and events are enabled if and only if
both
filters return
true
.
Not
Inverts the result of a
Filter
.
Or
Combines two
Filter
s so that spans and events are enabled if
either
filter returns
true
.