功能实现是参考了这个帖子:https://www.workerman.net/q/9487 使用的是手册中的monolog包:https://www.workerman.net/doc/webman/log.html 实现方式如下: 1、在config/log.php中添加以下配置 <?php /** * This file is part of webman. * * Licensed under T...