Commit 2f854bbb by Qiang Xue

Merge pull request #2996 from hijarian/patch-1

Update logging.md
parents e3f42149 16aa0078
......@@ -32,9 +32,8 @@ There are multiple severity levels and corresponding methods available:
Log targets
-----------
When one of the logging methods is called, message is passed to [[yii\log\Logger]] component also accessible as
`Yii::$app->log`. Logger accumulates messages in memory and then when there are enough messages or when current
request finishes, sends them to different log targets, such as file or email.
When one of the logging methods is called, message is passed to [[yii\log\Logger]] component accessible as
`Yii::$app->log->logger` or `Yii::getLogger()`. Logger accumulates messages in memory and then when there are enough messages or when current request finishes, sends them to different log targets, such as file or email.
You may configure the targets in application configuration, like the following:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment