ZF-9176: Zend_Log::factory() does not support formatters
Description
It is not possible to set options such as the formatter via the config and Zend_Application_Resource_Log. The factory function accepts the parameter but ignores it, the constructor does not have any support to pass in options or setting them.
Comments
Posted by David Muir (dmuir) on 2010-09-26T23:06:13.000+0000
I've updated the summary as this applies to all writers, not just Firebug
Posted by Benoît Durand (intiilapa) on 2010-12-30T09:53:57.000+0000
r23599
Posted by Matthew Weier O'Phinney (matthew) on 2011-01-04T06:03:16.000+0000
Benoit -- patch looks good. I think this warrants merging to the 1.11 release branch, as it improves current capabilities.
Posted by Benoît Durand (intiilapa) on 2011-01-23T12:03:31.000+0000
I added documentation in r23675.