标签:
在pch文件中:
#ifdef DEBUG
#define ZSLog(...) NSLog(__VA_ARGS__)
#else
#define ZSLog(...)
#endif
iOS自定义输出日志,取代NSLog
原文地址:http://www.cnblogs.com/zshl/p/5566501.html