Is there some standard way or has anyone written something that allows you to log a message and have it be displayed either in a small scrolling section on the iphone screen or
The Objective-C (more correct, really) method is
NSLog(@"message");
But the standard C method will work also
printf("message");