pub type Formatter<N = DefaultFields, E = Format<Full>, W = fn() -> Stdout> = Layered<Layer<Registry, N, E, W>, Registry>;Available on crate features
fmt and std only.Expand description
A Subscriber that logs formatted representations of tracing events.
This type only logs formatted events; it does not perform any filtering.
Aliased Type§
pub struct Formatter<N = DefaultFields, E = Format<Full>, W = fn() -> Stdout> { /* private fields */ }Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.