Logs an error message to the Apple System Log facility.
Possible Duplicate: Objective c formatting string for boolean? What NSLog %-specifier should be used to literally see YES or NO …
objective-c cocoa string-formatting nslog booleanI'm trying to do some basic logging while I work on an app. I tossed some NSLog()s into my …
ios xcode nslogI observed the NSLog() does log all my messages with error level Warning but when I look to the console …
ios nslog