🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Function tracing_subscriber::fmt::subscriber

source ·
pub fn subscriber<C>() -> Subscriber<C> 
Available on crate features fmt and std only.
Expand description

Returns a new formatting subscriber that can be composed with other subscribers to construct a collector.

This is a shorthand for the equivalent Subscriber::default() function.