> -----Original Message----- > From: Dan Rossi [mailto:[EMAIL PROTECTED] > > I'd use logs for error handling in production. This is purely > for debugging purposes.
You've never seen anyone accidentally leave debugging code enabled as they deploy the app to production? Just keep debugging in the log and you don't have to risk it. See also http://en.wikipedia.org/wiki/Poka-yoke :-) Regards, Bill Karwin
