Re: Intercepting console in an app
Re: Intercepting console in an app
- Subject: Re: Intercepting console in an app
- From: Andrew Farmer <email@hidden>
- Date: Wed, 8 Jul 2009 21:10:36 -0700
On 8 Jul 2009, at 03:48, Angelo Chen wrote:
I use NSTask to run a command line program(ffmpeg in this case),
NSPipe can't get the output from the program, but I can see those
messages from the Console during runtime, is there a way to grab the
Console output from a running cocoa app? Thanks,
Are you capturing the program's standard error ("stderr") output as
well as its standard output ("stdout")?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden