views:

31

answers:

1

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.

A: 

This previous question seems to overlap. But the bottom line is:

NSLog(@"message");

or:

printf("message");

Blake Ramsdell