Type Definition tracing_subscriber::fmt::Formatter  
source · [−]pub type Formatter<N = DefaultFields, E = Format<Full>, W = fn() -> Stdout> = Layered<Layer<Registry, N, E, W>, Registry>;Expand description
A Subscriber that logs formatted representations of tracing events.
This type only logs formatted events; it does not perform any filtering.
