Skip to main contentCrate tracing_filter
Source pub use tracing_subscriber::layer::Filter;
- 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.
- 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.
- DiagnosticsTheme
- How to render a set of
Diagnostics.