NSLog
Logs an error message to the Apple System Log facility.
Declaration
extern void NSLog(NSString *format, ...);Discussion
Simply calls NSLogv(_:_:), passing it a variable number of arguments.
Logs an error message to the Apple System Log facility.
extern void NSLog(NSString *format, ...);Simply calls NSLogv(_:_:), passing it a variable number of arguments.