Innovation Award
 December 2006
Number 2 |
Error logs are important to determine when something wrong happened with an application.
Inspecting error logs may require special access to the server, which sometimes it may not be possible to access.
This class provides an interesting solution that consists in serving error logs as RSS feeds. This way, the logs may be inspected using a Web browser that supports displaying RSS feeds.
Manuel Lemos |
This class can be used to generate RSS feeds from PHP error logs.
It extends the EasyRSS class written by Paulius Lescinskas and generates an RSS 2.0 feed from the lines of a PHP error log file.
The access to the generated RSS feed can be protected with a password.
The feed items URL link to respective line or error source file in the developer machine.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| Easy RSS |
Required |
This class is necessary to make xml file. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| Documentation |
On Line phpDocumentor Documentation |
| Tutorial |
Tutorial in brazilian portuguese |