Re: Leave NSLog()s in Final Product?
Re: Leave NSLog()s in Final Product?
- Subject: Re: Leave NSLog()s in Final Product?
- From: Jerry Krinock <email@hidden>
- Date: Mon, 15 Mar 2004 06:13:43 -0800
on 04/03/15 05:54, Piers Uso Walter at email@hidden wrote:
>
>
On 13. Mrz 2004, at 15:44, Jerry Krinock wrote:
>
>
> PROBLEM #1: stdout DOES NOT GO TO CONSOLE IN PANTHER
>
>
Of course, [1] stdout should only go to the console if you start your
>
application from the finder. [2] If you start the app from the command
>
line, stdout should go to the starting Terminal. [3] If you start the app
>
from XCode, stdout should go to the appropriate XCode window. Could
>
this be why you don't see your output in the console log?
Yes, this is exactly what I expect, but:
[1] works in Jaguar but not Panther
[2] works fine
[3] I don't use XCode, but it goes to Terminal when I start it from
CodeWarrior, as it should.
The trouble is that, in Panther, I seem to have the only app/computer in the
world who does not get stdout in
Library/Logs/Console/<me>/console.log
but I know this log is working, since I was getting that Canon scanner crap
in there (until yesterday, when I fixed it, thanks to Karl Kuehn :))
_______________________________________________
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.