Hi,

We can Use logging API available in Flex,

Basically Flex includes several different logging and error reporting
mechanisms that we can use to track down failures which are as
follows:

Client-side logging and debugging==> With the debugger version of
Flash Player
Compiler logging ==> When compiling your Flex applications from the
command line and in Flex Builder, you can view deprecation and warning
messages, and sources of fatal errors.
Web-tier logging==> The Flex web application provides some control
over logging messages for the FlexMxmlServlet and lets you write the
web-tier compiler log messages to your application server's logs.
Server-side data services logging==> We can perform server-side
logging for data service messages.

With your specification you have to implement the Client Side Logging
in your application.

For that Flex has its own logging API, The link below mentions how to
use Logging API

                            
http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html#179436

Before that you need to configure the Flash Debugger Version

                           
http://livedocs.adobe.com/flex/3/html/help.html?content=logging_04.html#179436

It is also possible to generate Flex Log with File Name,Function name
and Line number.


Thanks and Regards

Shashank Kulkarni(09822576796),
Flex Developer,
Symphony services,Pune.

Check out some Cool Stuffs : http://shashankkulkarni.wordpress.com/

"Motivation is an external, temporary high that pushes you forward.
Inspiration is a sustainable internal glow which pulls you forward"


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to