Module util

Source
Expand description

Provides some general tracing utilities that are useful for this crate, for example a utility to filter “indicatif.pb_show” and “indicatif.pb_hide” from printing spans.

Structs§

FilteredFormatFields
Wraps around an existing struct that impls FormatFields, but allows for filtering specific fields from spans or events.