March 26 2009
Cocoa dev: Improving on NSLog()
Mac and iPhone developer Karl Kraft has posted a nice take on improving NSLog() at his website. Inspired by a post about disabling NSLog for non-Debug builds,Kraftstarted thinking about how to implement a logging system that not only took Debug builds into account, but that offered better feedback about the circumstances under which the log message was generated.
