Search code examples
objective-cnslog

NSLog suppress date


I find NSLog() statements really hard to read because of the verbose date.

Is there a way to suppress the date on NSLog?


Solution

  • Check out: http://cocoaheads.byu.edu/wiki/different-nslog That's a page on our CocoaHeads wiki explaining how to create your own NSLog() alternative (that does useful things, like print file name and line number).