[][src]Type Definition tracing_subscriber::fmt::Formatter

type Formatter<N = DefaultFields, E = Format<Full>, W = fn() -> Stdout> = Layered<Layer<Registry, N, E, W>, Registry>;
This is supported on crate feature fmt only.

A Subscriber that logs formatted representations of tracing events. This type only logs formatted events; it does not perform any filtering.