pub type LogFunc<T> = dyn LogFuncTrait<T, Output = String>;
Trait object representing a log formatting function.