Class CChainedLogFilter
CChainedLogFilter allows you to attach multiple log filters to a log route
(See CLogRoute::$filter
for details).
- CComponent
- CChainedLogFilter implements ILogFilter
Package: system\logging
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Carsten Brandt <mail@cebe.cc>
Since: 1.1.13
Located at x2engine/framework/logging/CChainedLogFilter.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Carsten Brandt <mail@cebe.cc>
Since: 1.1.13
Located at x2engine/framework/logging/CChainedLogFilter.php
public
|
#
filter( array & $logs )
Filters the given log messages by applying all filters configured by |
public
array
|
$filters | array() |
#
list of filters to apply to the logs. The value of each array element will be
passed to |