| Active Users: |
39 |
| Accounts: |
0 |
| Guests: |
39 |
|
|
|
|
|
|
|
Developing a simple Zend_Log_Filter
In the new Zend_Log component of the Zend Framework Beta 0.9.2 release there are currently two log Filter available. The Zend_Log_Filter_Priority object can be used to filter out log Events having a log Priority greater than a specified log Priority value. The other Filter named Zend_Log_Filter_Message might be used to filter out specific log messages matching a Regular expression. The realization of a own Filter can be achieved quick and easy by implementing the Zend_Log_Filter_Interface interface.
| Zend Framework Version: |
Not available
|
| Author Name: |
Raphael Stolt
|
| Source: |
<raphael.on.php/>
|
| Referred By: |
Raphael Stolt
|
|
|
|
|
|
|
|
|
|
|
|