pub type ArcLog = Arc<Log>;
Shared reference to a log instance.
pub struct ArcLog { /* private fields */ }