pub fn log_msg<M, D>(level: Level) -> impl Fn(&MiddlewareContext, M, D)where M: Debug, D: MiddlewareDispatch<M>,