Skip to content

Instantly share code, notes, and snippets.

@Machx
Created February 10, 2010 17:03
Show Gist options
  • Save Machx/300558 to your computer and use it in GitHub Desktop.
Save Machx/300558 to your computer and use it in GitHub Desktop.
#ifdef DEBUG
# define CWPrintClassAndMethod() NSLog(@"%s\n",__PRETTY_FUNCTION__)
# define CWLog(args...) NSLog(@"%s: %@",__PRETTY_FUNCTION__,[NSString stringWithFormat:args])
#else
# define CWPrintClassAndMethod() /**/
# define CWLog(args...) /**/
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment