Type Alias logcontrol_log::ControlledLog

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

The type of a controlled log::Log.

Aliased Type§

struct ControlledLog { /* private fields */ }