Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在linux中使用NSLog时如何避免在输出窗口打印这句话?
2012-08-09 17:29:13.988 日志测试[8186]
使用printf而不是NSLog. 它可能具有相同的参数,但不会在您的消息之前打印时间戳。
printf
NSLog