•  
  •  
  •  
  •  
  •  
  •  
  •  
Zend Framework Tutorials site suggests that you use trusted hosting site to support your programming language.
Statistics
Number of listings: 7
Number of categories: 0
Username:
Password:
  Forgot password?  Register
XML syndication

Zend Log

The long awaited day has arrived. Zend Framework 1.6 just shipped and with it native support for FirePHP!
http://www.christophdorn.com/Blog/2008/09/02/firephp-and-zend-framework-16/
PageRank: 5/10
(Clicks: 586; Comments: 0; Listing added: Oct 3, 2008) Listing Details Report Broken  Listing
Whilst touring the web I found an interesting project for turning Apache Web Server log files into RSS feeds. This approach can be adjusted to monitor the maintenance needs of a web application deployed on an assumed productive system. Therefor a XML capable Zend_Log instance will be set up and the resulting log file will be transformed into a RSS feed via a custom Action Helper wrapping a XSLT transformation.
http://raphaelstolt.blogspot.com/2007/06/turning-zendlog-log-file-into-rss-feed.html
PageRank: Not available
(Clicks: 330; Comments: 0; Listing added: Sep 4, 2007) Listing Details Report Broken  Listing
With the current Zend Framework Beta 0.9.2 release the Zend_Log component has been improved with a new fully object oriented design. There are lots of new features including Writers, Filters, Formatters and Events to discover and use in custom applications. The log Priorities have been doubled from 4 to 8 in the current release and it's now possible to add user defined log Priorities via the Zend_Log addPriority method. Due to the use of one of PHP magic functions it's even possible to send messages of the log Priority type simply by calling the 'priorityName()' method, i.e. $logger->audit('Auditional message'), of the Zend_Log object without further ado.
http://raphaelstolt.blogspot.com/2007/04/zendlog-revisited.html
PageRank: 0/10
(Clicks: 555; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
In the new Zend_Log component of the Zend Framework Beta 0.9.2 release there are currently two log Filter available. The Zend_Log_Filter_Priority object can be used to filter out log Events having a log Priority greater than a specified log Priority value. The other Filter named Zend_Log_Filter_Message might be used to filter out specific log messages matching a Regular expression. The realization of a own Filter can be achieved quick and easy by implementing the Zend_Log_Filter_Interface interface.
http://raphaelstolt.blogspot.com/2007/04/developing-simple-zendlogfilter.html
PageRank: 0/10
(Clicks: 309; Comments: 0; Listing added: Apr 12, 2007) Listing Details Report Broken  Listing
As the current Zend_Log component doesn't provide very meaningful log content per default I wanted to extend the information logged and also the logfile layout. In the article of Stefan Koopmanschap this issue is solved by using the setMessagePrefix method of the Zend_Log class, which pushs the additional log information and layout unlovely to the Bootstrap file.
Another way to improve the content and layout being logged is writing a custom Zend_Log_Adapter by extending for instance Zend_Log_Adapter_File and overwriting its _parseLogLine metod and redefining its _options array.
http://raphaelstolt.blogspot.com/2007/03/extending-zendlog-layout.html
PageRank: 0/10
(Clicks: 417; Comments: 0; Listing added: Mar 15, 2007) Listing Details Report Broken  Listing
Zend_Log is a general purpose logging class. Zend_Log is a static class that can not be instantiated directly. It holds an array of instances of Zend_Log, one for each log used by the application. Each logger instance uses an adapter that implements Zend_Log_Adapter_Interface.
http://framework.zend.com/manual/en/zend.log.html
PageRank: 6/10
(Clicks: 551; Comments: 0; Listing added: Feb 3, 2007) Listing Details Report Broken  Listing
There are different reasons for logging information, different strategies for what and how to log, and of course different ways of implementing it. This article will look at why you would want to log, what you want to log and how to do it.
http://hades.phparch.com/ceres/public/article/index.php/art::zend_framework::application_level_logging
PageRank: 5/10
(Clicks: 1143; Comments: 0; Listing added: Jan 3, 2007) Listing Details Report Broken  Listing
Sort listings by: Alphabetic Date Rank Clicks    ascending | descending