NSLog Output Format

suggest change
NSLog(@"NSLog message");

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

Date | Time | Program name | Process ID | | Thread ID | Message |

|—|—|—|—|—|—|— |2016-07-16|08:58:04.681|test | [46259 | : | 1244773] | NSLog message |

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Logging:
*NSLog Output Format

Table Of Contents