Catching uncaught exceptions

2002-12-12 Thread Thomas Saxtoft [EMAIL PROTECTED]
This is really two problems, but since it is concerned with logging I give you both. We have created a Java client, and now we wish to log all uncaught exceptions. As it is now exceptions thrown in threads and other uncaught exceptions are written to standard error out I believe. I think that I

RE: Catching uncaught exceptions

2002-12-12 Thread Cakalic, James
]] Sent: Wednesday, December 11, 2002 4:17 AM To: [EMAIL PROTECTED] Subject: Catching uncaught exceptions This is really two problems, but since it is concerned with logging I give you both. We have created a Java client, and now we wish to log all uncaught exceptions. As it is now exceptions thrown