Capturing NSLog in Leopard
Capturing NSLog in Leopard
- Subject: Capturing NSLog in Leopard
- From: Gerd Knops <email@hidden>
- Date: Sat, 24 Nov 2007 14:41:49 -0600
Seems the old trick
freopen([logPath fileSystemRepresentation],"a",stderr);
to catch NSLog output no longer works under Leopard. It catches
anything written to stderr, but no NSLog output. Any ideas?
Thanks
Gerd
_______________________________________________
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