What's the best way to manage error logging for exceptions?
- by Peter Boughton
Introduction
If an error occurs on a website or system, it is of course useful to log it, and show the user a polite message with a reference code for the error.
And if you have lots of systems, you don't want this information dotted around - it is good to have a single centralised place for it.
At the simplest level, all that's needed is an…