Re: Simple Xcode output-format question
Re: Simple Xcode output-format question
- Subject: Re: Simple Xcode output-format question
- From: David Chilton <email@hidden>
- Date: Sun, 28 Mar 2004 14:02:37 -0500
the only thing i know to recommend is to use printf or
cout<<somestring instead of NSLog() The only thing lost in using
printf is the %@ format command, and you dont get the date time stamp
david
(sorry vincent for accidently sending this to you and not the list the
first time)
On Mar 28, 2004, at 1:17 PM, Vincent Coetzee wrote:
As an Xcode user I always see that sort of output I would be
interested to know what the number in [] is after the app name.
Certainly it does not correspond with any line numbers ? Anyone know ?
Vincent
On Mar 28, 2004, at 19:45, Frederick C. Lee wrote:
I get the following prefix on my output:
2004-03-28 09:39:49.437 myFirstCocoa[598]
How can I get rid of the date/time stamp?
It's a waste of space.
Thanks.
Ric.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.