Improved Logging
Oct 25
Development, Source Code, Tips NSLog, Source Code, syslog, Tips No Comments
This is an improved logging technique I developed in the last couple of days. It’s not to debug an specific problem, but to get a general idea of where your bug is, and if there are no bugs, to know the stack of methods called.
It’s quite simple, but it does require some work to implement. If you have a big project, it could take some time to implement.
RSS
Twitter

