tracing-subscriber 0.1.3

Utilities for implementing and composing `tracing` subscribers.
Documentation
1
2
3
4
5
6
7
8
//! The `tracing-subscriber` prelude.
//!
//! This brings into scope a number of extension traits that define methods on
//! types defined here and in other crates.

pub use crate::layer::{
    Layer as __tracing_subscriber_Layer, SubscriberExt as __tracing_subscriber_SubscriberExt,
};