pub type ControlledLog = ReloadLog<LevelFilter<Box<dyn Log>>>;
The type of a controlled log::Log.
log::Log
pub struct ControlledLog { /* private fields */ }