pub type ArcLogFunc = Arc<dyn LogFuncTrait<Output = String>>;
struct ArcLogFunc { /* private fields */ }