NSLog(@"%@",yourArray);
This actually calls the description method of your NSArray and prints it to the log.
http://developer.apple.com/mac/library/documentation/Cocoa/Reference/Foundation/Classes/NSArray_Class/NSArray.html#//apple_ref/occ/instm/NSArray/description