Created
June 29, 2013 08:12
-
-
Save PrideChung/5890325 to your computer and use it in GitHub Desktop.
NSLog with file name, line number and function name.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NSLog(@"%s : %d %s, %@", __FILE__ ,__LINE__, __FUNCTION__, <#log#>); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment