When ever an app is in running state & any message is printed related to the app status, whether any NSLog(), or Crash report, or anything else... I observed there is a syntax which is as follows:
2015-05-21 14:03:42.554 AppName[XXXX:XXXXX]
Example:
2015-05-21 14:03:42.554 TestApp[1234:12345] Message Print
Can anyone tell me that what does the details in square brackets AppName[XXXX:XXXXX] means?