PHP Debugging Techniques – Part II 2. Error Logging
Despite out best efforts, errors can (and do) occur in production environments. When these hiccups do arise we have to ensure that they are dealt with quickly, otherwise users (or even, gasp, clients) get angry.
A logging system can be very useful in tracking down bugs, especially when they happen in a production environment. Such a system can also be...
by aabi at November 17th, 2009 at 09:11 pm