Leave NSLog()s in Final Product?
Leave NSLog()s in Final Product?
- Subject: Leave NSLog()s in Final Product?
- From: Jerry Krinock <email@hidden>
- Date: Fri, 12 Mar 2004 06:26:44 -0800
Is there any reason why I should not leave NSLog() calls in my final,
released product?
They don't seem to slow it down any. The advantage is that, if I ever get a
bug report from a user, I can simply have them launch it from Terminal, send
me the output, and I can probably tell where the problem is.
Do these NSLog() calls do anything when an application is not launched from
Terminal?
Jerry Krinock
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.