laravel记录任意日志指定日志文件

版权声明:经验之谈,不知能否换包辣条,另,转载请注明出处。 https://blog.csdn.net/zhezhebie/article/details/88012504
 (new Logger('邮件发送失败'))->pushHandler(new RotatingFileHandler(storage_path('logs/email_send.log')))->info(json_encode(['data' => $notifiable, 'error' => $e->getMessage()], 320));

实际效果如下:
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/zhezhebie/article/details/88012504