pub type ArcLogFunc<T> = Arc<LogFunc<T>>;
Thread-safe shared reference to a log formatting function.
pub struct ArcLogFunc<T> { /* private fields */ }