zend-log
Zend Log - Bad Log Priority
When I try to add a registerErrorHandler() to my log config in my bootstrap it gives the following error:[详细]
2023-04-04 05:46 分类:问答Zend_Log with multiple writers in application.ini
i have a logger in my config like this: resources.log.stream.writerName = \"Stream\" resources.log.stream.writerParams.stream = APPLICATION_PATH \"/../logs/err.log\"[详细]
2023-04-03 11:49 分类:问答FirePHP does not show extras when used with Zend_Log_Writer_Firebug
I\'ve been developing with Zend Framework for ages (since 0.9) and this problem is nagging at my nerves ever since.[详细]
2023-03-28 23:19 分类:问答Using Zend_Log in custom classes
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[详细]
2023-02-18 10:04 分类:问答Relative path for Zend_Log in Zend Framework
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.[详细]
2023-01-24 07:03 分类:问答Log translated strings when using Zend_Translate
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?[详细]
2023-01-16 09:17 分类:问答Is UML Class Diagram of Zend_Log correct?
Background of question Analysis of Zend_Log reveals following Class Diagram Zend_Log: uses ReflectionClass & Zend_Log_Exception[详细]
2023-01-15 06:01 分类:问答Why Zend_Log_Writer_Firebug can't log messages from dispatchLoopShutdown plugin?
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 ?[详细]
2023-01-13 19:26 分类:问答error logging in zend
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[详细]
2022-12-28 19:33 分类:问答Zend Framework -> Zend_Log via application.ini => insert() on a non-object error
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\"[详细]
2022-12-24 15:56 分类:问答