When I compile my app, you get the usual
2014-02-11 14:25:15.752 LNG[23078:60b]
What does [23078:60b] mean?
Useless question, but I was just wondering.
When I compile my app, you get the usual
2014-02-11 14:25:15.752 LNG[23078:60b]
What does [23078:60b] mean?
Useless question, but I was just wondering.
The message consists of a timestamp and the process ID prefixed to the string you pass in.
23078
will be the process ID on your mac60b
is the thread IDSEE ALSO: NSLog 10b meaning?