News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Zend_Log timestamp filter
July 19, 2010 @ 12:24:48

On the Zend Developer Zone there's a recent post about a custom filter that's been developed to help filter events based on time instead of just logging them as a whole.

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.

The log filter, NP_Log_Filter_Timestamp, it allows you to set rules for things like hour, minute year, day of the week, etc. and can be used anywhere you'd create a normal Zend_Log instance. Pass it in the format you'd like to use (that idate can use), a value to evaluate and a comparison operator. Two code snippets show how it's used.

0 comments voice your opinion now!
zendframework zendlog custom filter timestamp


blog comments powered by Disqus

Similar Posts

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Zend Developer Zone: Zend Framework Beta 0.9.1 Released

PHPit.net: PHP Security - Basic PHP Security

PHPMaster.com: Amazon DynamoDB: Store PHP Sessions with Load Balancer

ZendCasts.com: Integrating Zend_Tool Into Your Application


Community Events











Don't see your event here?
Let us know!


database testing unittest podcast zendframework2 introduction code release language conference functional development framework composer community interview object phpunit opinion example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework