如何配置xcode输出文本?

时间:2012-03-29 06:19:21

标签: objective-c xcode console

当您使用例如:

NSLog(@"test");

控制台打印:

"2012-03-29 08:12:13.735 testApp[446:f803] test"

如果没有“2012-03-29 08:12:13.735 testApp [446:f803]”,如何只进行“测试”?

1 个答案:

答案 0 :(得分:2)

您可以使用printf("test\n");