Skip to content

Instantly share code, notes, and snippets.

@sprite2005
Created January 8, 2014 09:49
Show Gist options
  • Save sprite2005/8314269 to your computer and use it in GitHub Desktop.
Save sprite2005/8314269 to your computer and use it in GitHub Desktop.
#ifdef DEBUG
# define DLog(fmt, ...) NSLog((@"%s [Line %d] " fmt), __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__);
#else
# define DLog(...)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment