Am reading the book "Objective-C Programming" by Big Nerd Ranch, and am not sure about the differentiation.
Context: NSLog() is an Objective-C function (not a method!) that works a lot like printf(). In NSLog(), however, the format string is actually an instance of NSString.