It’s time for another Level Master 2000 development update again. I recently updated the log view, so that I can filter the log messages. Currently, I support:
- Info
- Warning
- Error
- Debug command
It should be quite self-explanatory, except for the Debug command: since the editor front end is Qt/C++, and the backend is Flash/AS3/Pushbutton Engine, I need to communicate between these apps. I do this via XML, and that’s basically what the debug command is. I can simply copy and paste these commands into my the Flash part of the app and now easily start debugging! I’ll post more about the communication flow in a few months, when I’m covering that in my thesis, until that, just enjoy the new logger view:
I also log to files: a normal log file, which contains all entries, and a command log file, which only contains the executed commands. This way I can easily reproduce possible error situations

