pub type ArcLog = Arc<Log>;
Thread-safe shared reference to a Log configuration.
pub struct ArcLog { /* private fields */ }