11/27/2011 11:58:53 PM
Title:
How to log in a flex application?
I need a way to print the Flex INFO,DEBUG and Error message in a file.
Please let me know if anyone has any idea about logging the flex application.
11/28/2011 11:01:11 PM
you can user the UncaughtErrorEvent to catch all the errors not being handled by you and send to server side and save it there in some file. See using UncaughtErrorEvent in this article
http://www.rialvalue.com/blog/2010/05/13/global-exception-or-error-handling-in-flex/