I'm looking for a simple PHP logging framework. What I need is something simple to plug-in into our PHP project, 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