ErrorLog is a logging system. Basicaly, I wrote this library because I wasn't satified with the current solution. So, ErrorLog came to live and provide a really simple way to log things. It can email you the error and simply log all the problems into a file or the syslog. It also provide a dumb way to add more storage through the writers feature.
Writers:
- File system
- syslog
- And more if you want to code it
Requirements
- PHP5.3
- PEAR_Mail (if you wish to send emails)
Download
You can download this project in either zip or tar formats.
You can also clone the project with Git by running:
$ git clone git://github.com/xrogaan/Errorlog