便捷log,debug与release模式互换

#ifdef DEBUG
#    define LOG(...) NSLog(@"%s %@", __PRETTY_FUNCTION__, [NSString stringWithFormat:__VA_ARGS__]) //类名 函数名
#else
#    define LOG   
#endif

posted @ 2011-12-22 10:57  痴人指路  阅读(147)  评论(0编辑  收藏  举报