mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 00:04:07 +01:00
CCombinedLogFilter allows you to attach multiple log filters to a log route. Solves the 3rd problem described in issue #684 and first of #721. Main reason for not changing filter property to filters is backwards compatibility. yii 2 should allow multiple filters by design.