log

If you have a game released & live, sometimes it's difficult determining the cause of bugs that your end users have.

Comments, 441 Votes - submitted on 02/03/2015 view repo

Used for error handling and logging events to console and a set of rolling text log files.
- Use it instead of print in your Corona project
- Your messages will be printed in console but also logged in text files
- A set of rolling text files is used so you can retrace the steps that lead to a bug

Comments, 395 Votes - submitted on 03/08/2014 view repo