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