pub type Formatter<N = DefaultFields, E = Format, 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.

Aliased Type§

struct Formatter<N = DefaultFields, E = Format, W = fn() -> Stdout> { /* private fields */ }