Created
May 13, 2009 05:39
-
-
Save akio0911/110894 to your computer and use it in GitHub Desktop.
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
#ifdef DEBUG | |
# define LOG(...) NSLog(__VA_ARGS__) | |
# define LOG_METHOD NSLog(@"%s", __func__) | |
#else | |
# define LOG(...) ; | |
# define LOG_METHOD ; | |
#endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment