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.