Compiled Chronicles

A software development blog by Angelo Villegas

Tag: NSLog

  • Snippets: NSLog and Macros Tips and Tricks

    Tricks Some NSLog tricks I’m using on my escapade. These snippets are preprocessor macros that will help your debugging moments easier if not a lot. ALog This snippet will log everything every time you use it in a line. It will display the method name, the line number and the argument you gave. DLog This…