Manfred,
> Background: I have a third party library (that I am not allowed to change) that logs to a file in Debug mode. I want to see this log output directly in the Xcode console, because transferring log files from the iPhone is too complicated. The library provides an API to set the file path (unfortunately not a file handle or something else).
>From OS/X man pages and I'm thinking this probably works as well on
iOS, although I didn't test it:
http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man4/stdout.4.html
So e.g., stdout would be /dev/stdout. See if that works for you...
Chris
_______________________________________________
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