Skip to content

Instantly share code, notes, and snippets.

@lengocgiang
Created July 15, 2016 08:20
Show Gist options
  • Save lengocgiang/7e01d0294fe82ad9c4a1e13df05d969a to your computer and use it in GitHub Desktop.
Save lengocgiang/7e01d0294fe82ad9c4a1e13df05d969a to your computer and use it in GitHub Desktop.
#if Debug
#define DLog(...) NSLog(@"%@(%d),%@),__PRETTY_FUNCTION__,__LINE_,[NSString stringWithFormat:__VA_ARGS__])
#elif Release
#define DLog(...)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment