Zend_Log timestamp filter
Note: This article was originally published at Zend Developer Zone
on 16 July 2010.
For one of my recent project, which is using Zend_Log component of the Zend Framework, I had a demand in which I needed to be able to filter log events based on the time they occurred. As out of the box, Zend_Log component does not have such filter, I decided to create one that will fulfill my demands.


