I use NSLogto record logs in the iPhone application.
In Xcode, when I launch an iPhone application using "Run β Console", I get timestamps in the following format: "2011-06-06 18: 34: 58.189". When I look at the console through Xcode Organizer, the timestamps have the following format: "June 6, 18:42:51." Is there a way to ensure that the timestamps displayed in Xcode Organizer display milliseconds?
Or do I need to write my own logging function instead of using NSLog?
source
share