|
Why ? 1. Cause I couldn't find something that will log all my messages from air application to one directory. 2. Cause you can log user activities and add feedback button in the application which will send the logs not the simple my problem is :) 3. 1 + 2 gives 3 so I had three reasons to do it. There are many loggers for as3/air/flex Well the only feature it add is log into separate files. Simple description: it default logs to "app-storage:/logs/journal.current-date.log" What is done: -it's working -there is simple sample how to use TODO: -pack all logs to single zip/bytearray file - ready to send for you -more documentation -unit testing -add ability to log into nginx log Structure: very complicated structure are 4 files : Journal.as - the main logger JournalTarget.as - the internal class file target IJournalTarget.as - simple interface if you ever try to write own target and the sample file AJournal.mxml - with simple example how to use That's it so go write some journal now. have fun :) you don't like it catch me at: michal (at) vane (dot) pl
|