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