Skip to content

Commit

Permalink
typo fix [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Oct 5, 2014
1 parent f15da98 commit 3b8025e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/runtime-logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ The [[yii\log\Target::levels|levels]] property takes an array consisting of one
* `warning`: corresponding to messages logged by [[Yii::warning()]].
* `info`: corresponding to messages logged by [[Yii::info()]].
* `trace`: corresponding to messages logged by [[Yii::trace()]].
* `profile`: corresponding to messages logged by [[Yii::beginProfile()]], which will be explained in more details
in the [Profiling](#profiling) subsection.
* `profile`: corresponding to messages logged by [[Yii::beginProfile()]] and [[Yii::endProfile()]], which will
be explained in more details in the [Profiling](#performance-profiling) subsection.

If you do not specify the [[yii\log\Target::levels|levels]] property, it means the target will process messages
of *any* severity level.
Expand Down

0 comments on commit 3b8025e

Please sign in to comment.