码迷,mamicode.com
首页 > 其他好文 > 详细

PCH 以及log

时间:2015-04-14 15:55:05      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:

     $(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

 

PCH 以及log

标签:

原文地址:http://www.cnblogs.com/zhibin/p/4424920.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!