Interface ILogFilter
ILogFilter is the interface that must be implemented by log filters.
A log filter preprocesses the logged messages before they are handled by a
log route. You can attach classes that implement ILogFilter to CLogRoute::$filter.
		
		
		
		Package: system\logging
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1.11
Located at x2engine/framework/base/interfaces.php
	
	Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.1.11
Located at x2engine/framework/base/interfaces.php
			 public 
			
			
			
		 |