mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-11-30 02:37:58 +08:00
Update logger.md
讲->将
This commit is contained in:
parent
9cae4cdfbf
commit
ff17ce5f72
@ -97,7 +97,7 @@ $formatter = new LineFormatter($output, $dateFormat);
|
||||
// 将 Formatter 设置到 Handler 里面
|
||||
$stream->setFormatter($formatter);
|
||||
|
||||
// 讲 Handler 推入到 Channel 的 Handler 队列内
|
||||
// 将 Handler 推入到 Channel 的 Handler 队列内
|
||||
$log->pushHandler($stream);
|
||||
$log->pushHandler($fire);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user