🛈 Note: This is pre-release documentation for the upcoming tracing 0.2.0 ecosystem.

For the release documentation, please see docs.rs, instead.

Type Alias tracing_subscriber::fmt::Formatter

source ·
pub type Formatter<N = DefaultFields, E = Format, W = fn() -> Stdout> = Layered<Subscriber<Registry, N, E, W>, Registry>;
Available on crate features fmt and std only.
Expand description

A collector 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 */ }