Skip to content

Instantly share code, notes, and snippets.

@jfricker
Created November 11, 2011 16:50
Show Gist options
  • Select an option

  • Save jfricker/1358501 to your computer and use it in GitHub Desktop.

Select an option

Save jfricker/1358501 to your computer and use it in GitHub Desktop.
Common addition to PCH files
#ifdef DEBUG
#define DebugLog(...) NSLog(__VA_ARGS__)
#else
#define DebugLog(...) /* */
#endif
#define TraceLog(...) NSLog(__VA_ARGS__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment