Posts Tagged ‘error reporting’

Uncaught Exceptions now handled

Sunday, June 15th, 2008

Figured out I’d need some advanced error reporting, especially for unhandled exceptions, so I built myself a logging system. I then tied the exceptions to this site. The nice thing about the system is that I thought far ahead enough to let it tie into any of my projects. This project being the first that I tied things into. I’ll post a link later if you want to know more about the system. The next step is to do proper catching of the Exceptions but at least for now, I will know of the ones that slip my attention.