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.