Label: log

All content with label log.
Related Labels: proposal, zend_log, zend_registry, plugin, proposals, registry, example

Page: Zend_Log_Filter_Throttle - Goran Juric (Proposers)
ZendLogFilterThrottle Goran Juric mailto:gogremoveThis@infomob.com TBD 1.0 5 September 2010: Initial Draft. ZendLogFilterThrottle is a simple component that throttles messages that are appended to logs. Throttling is set in a number of seconds that must pass before the log filter accepts a log ...
Other labels: proposal, proposals
Page: Zend_Log plugin using Database and Filter (Developers)
example shows how to set up a logging feature in your application. You are able to control the level of logging. Database initialisation $db>query('CREATE TABLE `log` ( `uid` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, `timestamp` VARCHAR(64 ...
Other labels: zend_log, zend_registry, registry, plugin, example