ILogFilter

ILogFilter

Package system.logging
Inheritance interface ILogFilter
Subclasses CChainedLogFilter, CLogFilter
Since 1.1.11
Source Code framework/base/interfaces.php
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 CL