Skip to content

Instantly share code, notes, and snippets.

@akio0911
Created May 13, 2009 05:39
Show Gist options
  • Save akio0911/110894 to your computer and use it in GitHub Desktop.
Save akio0911/110894 to your computer and use it in GitHub Desktop.
#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