Created
May 30, 2012 20:46
-
-
Save christian-public/2838845 to your computer and use it in GitHub Desktop.
A simple log macro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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