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.
由于冗长的日期,我发现 NSLog() 语句真的很难阅读。
有没有办法抑制 NSLog 上的日期?
查看: http : //cocoaheads.byu.edu/wiki/differ-nslog 这是我们 CocoaHeads wiki 上的一个页面,解释了如何创建自己的NSLog()替代方案(它会做一些有用的事情,比如打印文件名和行号)。
NSLog()
不,如果您希望使用不同的格式,则必须编写自己的日志方法。