tracing_
subscriber
0.0.1
Module combinator
Module Items
Structs
In tracing_
subscriber::
filter
tracing_subscriber
::
filter
Module
combinator
Copy item path
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
.