Skip to content

Instantly share code, notes, and snippets.

@gliubc
Created June 14, 2018 00:58
Show Gist options
  • Save gliubc/32380c92397aa631ae15dc89b7aad2ee to your computer and use it in GitHub Desktop.
Save gliubc/32380c92397aa631ae15dc89b7aad2ee to your computer and use it in GitHub Desktop.
DLog
#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