This is also causing us alot of problems. Our alerting is being triggered because errors are being written to the log file but we are handling the exception so the error log is for us totally unnecessary. The caller should decide themselves what they want to do with the exception or not and IMHO the 'message' should be part of the exception itself. |