NSLog打印当前文件,当前函数,当前行数

NSLog(@”%s, %s, %d”, __FILE__, __FUNCTION__, __LINE__);

posted on 2011-08-06 20:02  Cheney Shen  阅读(455)  评论(0编辑  收藏  举报

导航