pub type ListLog = Vec<(String, Arc<dyn LogFuncTrait<Output = String>>)>;
struct ListLog { /* private fields */ }