When I try to add a registerErrorHandler() to my log config in my bootstrap it gives the following error:
i have a logger in my config like this: resources.log.stream.writerName = \"Stream\" resources.log.stream.writerParams.stream = APPLICATION_PATH \"/../logs/err.log\"
I\'ve been developing with Zend Framework for ages (since 0.9) and this problem is nagging at my nerves ever since.
I am using Zend_Log, and other required classes, without the MVC framework.I want to add Zend\'s logging cap开发者_开发百科abilities (and other modules in the future) to my custom classes and I am won
I am trying to work out the best way to configure my Zend_Log_Writer_Stream instance to write t开发者_开发问答o a filename relative to my APPLICATION_PATH.
With Zend Framework it\'s easy to log strings that h开发者_开发百科aven\'t got a translation. My question: how do you log the strings that do have a translation?
Background of question Analysis of Zend_Log reveals following Class Diagram Zend_Log: uses ReflectionClass & Zend_Log_Exception
Why logs can be sent from dispatchLoopShutdown plugin as it occurs before Zend_Controller_Response_Abstract->sendResponse() and any headers haven\'t been sent yet ?
i am using z开发者_运维问答end for 1st time..i am facing problems in finding errors. when a setter and getter function name mismatch i get a an error...but the error is show sometimes and not all the
I am trying to get logging via the application.ini file going and I am getting stuck with an error. resources.log.db.writerName = \"Db\"