根据 RFC 5424 描述,共计有 8 个级别的日志。它们分别是:
假设我们使用debug方法记录日志消息:
debug
Log::debug('An informational message.');
它会记录在 /storage/logs/ 下的 *.log 日志文件里。
我要举报该,理由是:
推荐文章: