Re: Leave NSLog()s in Final Product?
Re: Leave NSLog()s in Final Product?
- Subject: Re: Leave NSLog()s in Final Product?
- From: Chris Ridd <email@hidden>
- Date: Fri, 12 Mar 2004 14:58:31 +0000
On 12/3/04 2:26 pm, Jerry Krinock <email@hidden> wrote:
>
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?
They go to the console.log, as viewed by Console.app.
Cheers,
Chris
_______________________________________________
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.