What is NSLog in iOS?
1948
13-Jan-2017
Updated on 22-Sep-2020
Sunil Singh
13-Jan-2017NSLog is defined in foundation framework by using NSLog we can print data on console. It is used specially for debugging purpose. NSLog can take any number of arguments but first argument should be NSString.