Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created January 19, 2012 02:30
Show Gist options
  • Save ejknapp/1637308 to your computer and use it in GitHub Desktop.
Save ejknapp/1637308 to your computer and use it in GitHub Desktop.
NSLog with method name and line number
NSLog(@"\n\tFunction\t=>\t%s\n\tLine\t\t=>\t%d", __func__, __LINE__);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment