Skip to content

Instantly share code, notes, and snippets.

@PrideChung
Created June 29, 2013 08:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PrideChung/5890325 to your computer and use it in GitHub Desktop.
Save PrideChung/5890325 to your computer and use it in GitHub Desktop.
NSLog with file name, line number and function name.
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