AIR have Logging Functionality ?

0 views
Skip to first unread message

Lokh Prathab

unread,
Jun 5, 2009, 4:53:45 AM6/5/09
to DC Flex
Hi Folks,

Any one does know about AIR have a option to log the project flow &
errors like trace() in debugging mode or Log4j in Java.
I need to logg the datas in a file. Is any possible to do. And any
SWC's mean, Please refer me.


Thanks in Advance

Lokh Prathab

sFoster

unread,
Jun 5, 2009, 11:50:11 AM6/5/09
to DC Flex
I haven't researched any native solutions provided by adobe for this
problem.
However, you could easily create a static class (or a singleton) and
have it write to a file yourself.

For example myLog.trace(string);
If you're in AIR that gives you access to the file system and you can
write to a file manually for your logging.

- Sean
Reply all
Reply to author
Forward
0 new messages