Re: where are the results of calls to printf, fprintf shown?
Re: where are the results of calls to printf, fprintf shown?
- Subject: Re: where are the results of calls to printf, fprintf shown?
- From: Conrad Shultz <email@hidden>
- Date: Thu, 29 Dec 2011 01:09:28 -0800
On 12/28/11 11:51 PM, Jens Alfke wrote:
> I … don't understand. Where else does NSLog output show up? The debugger
> has two panes; one listing variables, and the other the console that
> shows output (and lets you enter debugger commands.) The output shown in
> the console is everything, both NSLog and normal printf.
I think the console being referred to is the actual Console app (in
Applications/Utilities).
NSLog() actually writes to the Apple system log. printf() only goes to
stdout.
--
Conrad Shultz
Synthetiq Solutions
www.synthetiqsolutions.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden