[flexcoders] Re: Flex Logging in a Web Application

2010-03-01 Thread valdhor
In my case, I have created a logging class in Flex that sends the log data to a 
back end PHP server. The PHP, in turn, writes all the data to a MySQL database.

I'd post the code but I'm afraid I cannot as it is proprietory to my company. I 
will say that it is pretty trivial to do.

--- In flexcoders@yahoogroups.com, as sass apar...@... wrote:

 Hi everyone,,
 
 i want to achieve to log a web flex application into a file. But i'm not able 
 to success it.
 
 Anyone help me?





[flexcoders] Re: Flex logging

2009-07-16 Thread vladakg85
Hi, I setup something by the manual but practical problem occured :(

1) this is in my mm.cfg file:
ErrorReportingEnable=1
TraceOutputFileEnable=1
MaxWarnings =0
TraceOutputFileName=c:/flashlog.txt

Problem here is, Each log is still writing in 
c:/documents/user/appdata/macromedia/flashlog.txt, and not where I specified 
location, how to fix this?
Another problem is, when I start application log start writing but overwrite 
old log and I don't want to do that, can I disable overwriting?

2) This file mm.cfg always must be edited, can I somehow add some XML document 
to my project to change log config from there, becouse when I put application 
on client, I cant tell him to go c:/blabla to help me solve my problem :) ?

Thanks

--- In flexcoders@yahoogroups.com, Julien Nicoulaud primo...@... wrote:

 Flex provides a real logging API, spare you some efforts :)
 
 http://livedocs.adobe.com/flex/3/html/help.html?content=logging_09.html
 
 2009/7/14 valdhor valdhorli...@...
 
 
 
  Shared Objects?
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
  vladakg85 vladakg85@ wrote:
  
   Hi,
  
   I need to setup my flex application to save log information in some *.txt
  file, but I don't know how to setup this. Help me :(
  
 
   
 





[flexcoders] Re: Flex logging

2009-07-14 Thread valdhor
Shared Objects?



--- In flexcoders@yahoogroups.com, vladakg85 vladak...@... wrote:

 Hi,
 
 I need to setup my flex application to save log information in some *.txt 
 file, but I don't know how to setup this. Help me :(





Re: [flexcoders] Re: Flex logging

2009-07-14 Thread Julien Nicoulaud
Flex provides a real logging API, spare you some efforts :)

http://livedocs.adobe.com/flex/3/html/help.html?content=logging_09.html

2009/7/14 valdhor valdhorli...@embarqmail.com



 Shared Objects?


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 vladakg85 vladak...@... wrote:
 
  Hi,
 
  I need to setup my flex application to save log information in some *.txt
 file, but I don't know how to setup this. Help me :(