Skip to content

Instantly share code, notes, and snippets.

@shepting
Created January 24, 2012 22:32
Show Gist options
  • Save shepting/1673145 to your computer and use it in GitHub Desktop.
Save shepting/1673145 to your computer and use it in GitHub Desktop.
Handy Log Variables
// 2012-01-24 16:33:29.836 MacKenzie[28439:10703] -[DetailViewController viewDidLoad] 198 viewDidLoad
NSLog(@"%s %d %@", __PRETTY_FUNCTION__, __LINE__, NSStringFromSelector(_cmd));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment