pub type ArcLogFunc<T> = Arc<LogFunc<T>>;
Shared reference to a log function trait object.
pub struct ArcLogFunc<T> { /* private fields */ }