[flexcoders] Re: Handling uncaught errors

2007-10-31 Thread Hob Spillane
Has anyone found any creative solutions to this? I'm trying to create a logger that traps all exceptions that aren't caught anywhere else in the application and logs them back to the server for analysis. I'd very much like to accomplish this without having to add hundreds of try-catch blocks

[flexcoders] Re: Handling uncaught errors

2007-10-31 Thread Hob Spillane
Has anyone found any creative solutions to this? I'm trying to create a logger that traps all exceptions that aren't caught anywhere else in the application and logs them back to the server for analysis. I'd very much like to accomplish this without having to add hundreds of try-catch blocks

RE: [flexcoders] Re: Handling uncaught errors

2007-10-31 Thread Alex Harui
There is no one spot to put a catch that will get everything. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Hob Spillane Sent: Wednesday, October 31, 2007 9:36 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Handling