Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created January 24, 2013 00:07
Show Gist options
  • Save ejknapp/4616057 to your computer and use it in GitHub Desktop.
Save ejknapp/4616057 to your computer and use it in GitHub Desktop.
A nice fancy NSLog statement.
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