Objective-C Language Logging NSLog Output Format

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

NSLog(@"NSLog message");

The message that gets printed by calling NSLog has the following format when viewed in Console.app:

DateTimeProgram nameProcess IDThread IDMessage
2016-07-1608:58:04.681test[46259:1244773]NSLog message


Got any Objective-C Language Question?