|
|
@ -12,8 +12,8 @@ namespace yii\logging; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* Logger records logged messages in memory. |
|
|
|
* Logger records logged messages in memory. |
|
|
|
* |
|
|
|
* |
|
|
|
* When [[flushInterval]] is reached or when application terminates, it will |
|
|
|
* When [[flushInterval()]] is reached or when application terminates, it will |
|
|
|
* call [[flush]] to send logged messages to different log targets, such as |
|
|
|
* call [[flush()]] to send logged messages to different log targets, such as |
|
|
|
* file, email, Web. |
|
|
|
* file, email, Web. |
|
|
|
* |
|
|
|
* |
|
|
|
* Logger provides a set of events for further customization: |
|
|
|
* Logger provides a set of events for further customization: |
|
|
|