标签:
$(SRCROOT)/PCHFile/Project-Prefix.pch
#ifdef DEBUG
#define NSLog(FORMAT, ...) fprintf(stderr,"%s:%d\t%s\n",[[[NSString stringWithUTF8String:__FILE__] lastPathComponent] UTF8String], __LINE__, [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
#else
#define NSLog(...)
#endif
标签:
原文地址:http://www.cnblogs.com/zhibin/p/4424920.html