标签: objective-c swift xcode console-application
您所有的iOS开发人员都必须看过一百万次
我想知道是否有办法通过Swift以编程方式清除console.log。
有时候,我想在调试语句 print(“ debug statement”)之前清除日志。
clearLogs() print("debug statement")