pub type LogControl1Layer<F, S> = Layered<Layer<LogTargetLayer<F, S>, S>, Layer<LevelFilter, S>, S>;
Expand description

The final type for the layer that implements the log control interface.

Aliased Type§

struct LogControl1Layer<F, S> { /* private fields */ }