vote up 3 vote down star

Can anyone recommend a good (AS3) logging API for Flash/AIR/Flex? I need something to capture and record mouse and keyboard events in addition to coded events. Preferably something well documented/supported. Thanks in advance.

flag

5 Answers

vote up 0 vote down

Hello and good day

You must see http://sourceforge.net/projects/log4flash/

with no more.... bye bye

link|flag
vote up 0 vote down

I would recommend Arthropod if you are looking for a development tool (this wasn't very clear in your question), if it's to log your client's behavior, I'm not aware of any tool sorry.

link|flag
vote up 3 vote down

I've been using Thunderbolt. It allows you to see your log results in Firebug.

link|flag
vote up 1 vote down

I always end up writing my own logging solutions. They generally are very simple compared to the rest of the project, and by writing my own I can tailor it exactly to what I need. Whereas using a pre-built one, always seems like either it is too over-engineered and complex to use, or it's too simple and lacking a couple features I need.

link|flag
vote up 1 vote down

@davr I must agree with you. Using something OTC (over the counter) is always a crap shoot without testing, etc. Build something you can extend and you'll never need to invest in someone else's code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.