SyntaxFix
Write A Post
Hire A Developer
Questions
Not sure if I answered you question, maybe you could try these code:
#ifdef DEBUG #define DLOG(xx, ...) NSLog( \ @"%s(%d): " \ xx, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__ \ ) #else #define DLOG(xx, ...) ((void)0) #endif