🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

tracing_subscriber::filter

Module targets

Source
Available on crate features std or alloc only.
Expand description

A filter that enables or disables spans and events based on their target and level.

See Targets for details.

Structs§

IntoIter
An owning iterator over the target-level pairs of a Targets filter.
Iter
A borrowing iterator over the target-level pairs of a Targets filter.
Targets
A filter that enables or disables spans and events based on their target and level.