开发者

What does the output of NSLog exactly mean? [duplicate]

开发者 https://www.devze.com 2023-03-21 05:20 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: NSLog 10b meaning? I am new to objc and iOS development. And, I have a question about NSLog. As we know, 开
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

NSLog 10b meaning?

I am new to objc and iOS development. And, I have a question about NSLog. As we know, 开发者_运维知识库NSLog will log message like this:

2011-07-16 23:19:35.467 HelloWorld[11166:7c37] say hello to iOS.

Obviously the format is date time ProjectName, but what does the [11166:7c37] part mean?


Its a process / thread ID I believe.

0

精彩评论

暂无评论...
验证码 换一张
取 消