Crate tracing_filter

Source

Re-exports§

pub use tracing_subscriber::layer::Filter;

Modules§

legacy
Support for legacy filters, which match tracing-subscriber’s legacy EnvFilter format.
simple
Support for simple filters, which match env_logger’s filter format.

Structs§

Diagnostics
Resulting diagnostics from compiling a filter directive string.
FilterLayer
A Layer which elevates a Filter from applying to a single subscriber to the entire layered subscribe stack.

Enums§

DiagnosticsTheme
How to render a set of Diagnostics.