Re: Is there a way to route NSLog to standard out?
Re: Is there a way to route NSLog to standard out?
- Subject: Re: Is there a way to route NSLog to standard out?
- From: Finlay Dobbie <email@hidden>
- Date: Thu, 11 Jul 2002 14:46:09 +0100
On Thursday, July 11, 2002, at 01:53 PM, Gjermund Gusland Thorsen wrote:
It's quiet annoying to compile a Foundation tool where the output
cannot be piped :-(
Or did NeXT invent any funky pipes for standard NS?
my.app NS> ./my_output_test.txt
I think NSLog outputs on stderr, so you'd have to "./myapp >&
my_output_test.txt" or similar.
-- Finlay
_______________________________________________
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.