【发布时间】:2012-09-07 06:38:56
【问题描述】:
NSLog(@"example");
将输出:
2012-09-13 04:54:48.128 MyApp[94652:a0f]:示例
在控制台上。
有没有办法让它只输出:
例子
【问题讨论】:
-
Clean NSLog - No timestamp and program name、Is there any way to disable the timestamps from NSLog()?、How to get rid of all this garbage from NSLog()?、Is it possible to NSLog() without the time, date, and newline?、Customize NSLog() so it shows less info、Disable the dates in the Xcode debugger? 的可能重复项
标签: objective-c xcode nslog