I'm using a library that has been ported over from Linux that uses fprintf() and a global variable to determine where to dump a bunch of logging information. I don't really have the option of converting all of this to syslog() or NSLog(), and I don't want to waste a bunch of time on this library in any case, but I would like to see what the output is. The problem is that I'm creating an ordinary Cocoa application, not a command line application. So where does the output of fprintf(stdout,…) go to in a Cocoa application?
Thanks, Cem Karan
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]