qrtt1
qrtt1

Reputation: 7957

Is there any logging library (ex. log4j) in actionscript 3

I am a new as3 developer. Using trace method can help to print messages to the output pane of flash ide. However, in some situations, we want the messages fewer. I have used the Log4j library in java that supports choice a log level for the specific package/class.

If you have any information about logging in actionscript 3, please share it.

Upvotes: 1

Views: 1699

Answers (2)

enzuguri
enzuguri

Reputation: 828

Hi here are a few that I know of (some not included in previous link). As you can see there are quite a few so it's just a case of finding which one fits your style the best

Apologises to anyone I've missed, feel free to add on the end.

Upvotes: 1

jitter
jitter

Reputation: 54615

Always first check the already posted questions

Logging API for AS3

Upvotes: 2

Related Questions