Skip to main content

FmtSubscriber

Type Alias FmtSubscriber 

Source
pub type FmtSubscriber = Layered<Box<dyn Layer<Registry> + Send + Sync>, Registry>;
Expand description

Composed subscriber type after the fmt layer is applied. Callers building an OTel layer for initialize_logging_with should target this subscriber.

Aliased Typeยง

pub struct FmtSubscriber { /* private fields */ }