Skip to content

Instantly share code, notes, and snippets.

@christian-public
Created May 30, 2012 20:46
Show Gist options
  • Save christian-public/2838845 to your computer and use it in GitHub Desktop.
Save christian-public/2838845 to your computer and use it in GitHub Desktop.
A simple log macro
#define NSLogCmd() NSLog(@"<%@: 0x%x> %@", [self class], (unsigned int)self, NSStringFromSelector(_cmd))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment