Improved Logging

On 25/10/2009, in Development, Source Code, Tips, by Pelaez

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.

Continue reading »

Tagged with:  

NSLog and Syslog

On 23/08/2009, in Development, Tips, Tutorials, iPhone, by Pelaez

To help you debugging, there’s the NSLog method, and Syslog, on Cydia, by saurik, enables logging in the iDevice.

To use it, simply put:

NSLog(@"A string here");

Continue reading »

Tagged with: