QsLog now on Symbian
I have ported my Qt logger to Symbian and it’s available for download from the usual bitbucket repository.
The port didn’t involve many changes:
- I have fixed a bunch of warnings caused by the Symbian GCC not liking if(); These could have probably been disabled with compiler options, but I just replaced the ; with an empty block.
- I have added Symbian-specific debug output. The logging output will be captured by Qt Creator and shown in the “Application output” view.
Via Lucian from Symbian dev foundation I found out that the recommended folder to place your logs on Symbian is c:/Logs/<dir>. I use the program name as <dir>, but it’s not mandatory.
Comments are closed.