ZF-6946: Add Config functionality
Description
Please add setConfig(Zend_Config $config) & setOptions(array $options) functionality to Zend_Log & Zend_Log_Writer_Abstract.
Please add setConfig(Zend_Config $config) & setOptions(array $options) functionality to Zend_Log & Zend_Log_Writer_Abstract.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2009-06-08T04:36:55.000+0000
I believe this will be addressed as part of the Zend_Log factory proposal. I'll confirm once I have an ETA on when that component will be complete.
Posted by George Cooksey (ssbg) on 2009-06-19T11:55:44.000+0000
I've looked over the proposal and have two issues:
Posted by Matthew Weier O'Phinney (matthew) on 2009-06-19T12:03:01.000+0000
The developer has assured me he will be completing it this month. One of the requirements was that it allow passing a config object or array to the constructor in order to perform the factory mechanism (since the specific goal is instantiating the appropriate log writers and/or filters for a given instance).
Posted by BenoƮt Durand (intiilapa) on 2011-01-20T11:36:04.000+0000
Zend_Log::factory() is completed now. Method setOptions does not exist, but the functionality is here.