2

I really need to know what does the numbers against project name in log texts means. For Example:

2013-04-24  12:00:00:000  ProjectName[xxxxx:xxx]  Some Log Text

here [xxxxx:xxx] is some number which I need to know about..

Salman Zaidi
  • 9,342
  • 12
  • 44
  • 61
  • Also http://stackoverflow.com/questions/3968679/what-are-the-numbers-in-the-square-brackets-in-nslog-output – filwag Apr 24 '13 at 08:15

2 Answers2

0

First one is Process ID and Second one is Thread ID.

xxxxx = Process ID
xxx   = Thread ID.
Dharmbir Singh
  • 17,485
  • 5
  • 50
  • 66
0

these are the thread id and thread port explained even clearly on the following post

What are the numbers in the square brackets in NSLog() output?

Community
  • 1
  • 1