Re-exports§
pub use tracing_subscriber::layer::Filter;
Modules§
- legacy
- Support for legacy filters, which match tracing-subscriber’s legacy
EnvFilterformat. - simple
- Support for simple filters, which match
env_logger’s filter format.
Structs§
- Diagnostics
- Resulting diagnostics from compiling a filter directive string.
- Filter
Layer - A
Layerwhich elevates aFilterfrom applying to a single subscriber to the entire layered subscribe stack.
Enums§
- Diagnostics
Theme - How to render a set of
Diagnostics.