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