show/hide this revision's text 3 typo

I'm looking for a simple PHP logging framework. What I need is something simple to plug-in into our PHP proyectproject, allowing for some configuration file to state what to log (INFOrmation, DEBUGging, etc.) and where to log it (MySQL, syslog, logfile...)

I've seen in Java you have log4j and for .NET you have log4net. In PHP there are some projects starting to mimic those (see log4php and log5php) but both are still not mature enough.

Thanks

show/hide this revision's text 2 edited body; edited title

PHP Logging framework?

I'm looking for a simple PHP logging framework. What I need is something simple to plug-in into our PHP proyect, allowing for some configuration file to state what to log (INFOrmation, DEBUGging, etc.) and where to log it (MySQL, syslog, logfile...)

I've seen in Java you have log4j and for .NET you have log4net. In PHP there are some proyects projects starting to mimic those (see log4php and log5php) but both are still not mature enough.

Thanks

show/hide this revision's text 1

PHP Logging framework

I'm looking for a simple PHP logging framework. What I need is something simple to plug-in into our PHP proyect, allowing for some configuration file to state what to log (INFOrmation, DEBUGging, etc.) and where to log it (MySQL, syslog, logfile...)

I've seen in Java you have log4j and for .NET you have log4net. In PHP there are some proyects starting to mimic those (see log4php and log5php) but both are still not mature enough.

Thanks