pub type BoxLogFunc = Box<dyn LogFuncTrait<Output = String>>;
struct BoxLogFunc(/* private fields */);