Is it possible to NSLog() without the time and date stamps, and the automatic newline? [duplicate]

Use printf() instead of NSLog()

Leave a Comment