ControlledLog

Type Alias ControlledLog 

Source
pub type ControlledLog = ReloadLog<LevelFilter<Box<dyn Log>>>;
Expand description

The type of a controlled log::Log.

Aliased Typeยง

pub struct ControlledLog { /* private fields */ }