Hi,
Is there a logging framework for iPhone ? Which could be useful to the developers when the application crashes.
Or kindly suggest me alternate ways for doing the logging stuff on iPhone.
Hi,
Is there a logging framework for iPhone ? Which could be useful to the developers when the application crashes.
Or kindly suggest me alternate ways for doing the logging stuff on iPhone.
This previous question seems to overlap. But the bottom line is:
NSLog(@"message");
or:
printf("message");