On Sun, Nov 9, 2008 at 2:03 PM, Tommy Nordgren <[EMAIL PROTECTED]> wrote:
> Is it possible to open an Additional file for use by logging in Cocoa
> (I want it to contain ONLY the info logged from my App)

I would suggest you check out the Apple System Logging facility
(asl.h). It allows you to send messages to the console and/or to
additional files of your choice. It's relatively easy to wrap its
functionality in some NSLog-like macro.

> ------------------------------------------------------
> "Home is not where you are born, but where your heart finds peace" -
> Tommy Nordgren, "The dying old crone"
> [EMAIL PROTECTED]
>
>
> _______________________________________________
>
> 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/barrywark%40gmail.com
>
> This email sent to [EMAIL PROTECTED]
>
_______________________________________________

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]

Reply via email to