Re: NSPipe
Re: NSPipe
- Subject: Re: NSPipe
- From: Ben Zarzycki <email@hidden>
- Date: Thu, 10 Jun 2004 23:45:26 -0700
On Jun 10, 2004, at 5:33 PM, Allan Odgaard wrote:
What you should probably do is instead set stderr to /dev/null.
Or if you would /like/ to save the errors instead of tossing them, save
them to somewhere the consumer could access easily to help you debug
(in case they do run into a legitimate problem). Such as
~/Library/Application\ Support/MyApp/error.log
Better to keep error logs in my opinion.
-Ben
_______________________________________________
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.
References: | |
| >NSPipe (From: Daniel Todd Currie <email@hidden>) |
| >Re: NSPipe (From: Allan Odgaard <email@hidden>) |