删除 输出时候附加的时间戳等..
时间:2016-01-08 15:53:12
收藏:0
阅读:157
#if DEBUG
#define NSLog(FORMAT, ...) fprintf(stderr,"%s\n",[[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
#else
#define NSLog(FORMAT, ...) nil
#endif
原文:http://www.cnblogs.com/hz-1521049517/p/5113452.html
评论(0)