Cutting Use of Zend_Log in Half
Cutting Use of Zend_Log in Half
As part of the framework we use at work, we borrow what we feel are the best components out there and logging is a key part of that. Logging should be simple to setup, easy to use and should minimize work on the developer. After all, you are going to do a lot of logging, right? We use Zend_Log exclusively and while I like it when coupled with Zend_Registry you’ve always got the following two lines of code:
Read More:
http://www.tonybibbs.com/article.php/Cutting-Use-of-Zend_Log-in-Half
Thanks