laravel中怎么实现系统日志记录
1 回答
红糖糍粑
TA贡献1815条经验 获得超6个赞
记录日志:
Log::info('This is some useful information.');
Log::warning('Something could be going wrong.');
Log::error('Something is really going wrong.');
日志记录文档:
中文:
官方[English]:
日志分析:LogViewer – Laravel 5 日志查看器
github地址:
- 1 回答
- 0 关注
- 688 浏览
添加回答
举报
0/150
提交
取消