Well, regarding the asl_log mystery, I suppose I should have read the man page 
more carefully ... (shame on me)

I think, the solution is just that I need to create a client handle *per 
thread*, like this:

log_client_ = asl_open( "MyApp", NULL, ASL_OPT_NO_DELAY);
...
asl_log( log_client_, log_msg_, ASL_LEVEL_NOTICE, "%s", [msg UTF8String] );


Sorry about that!
Best regards,
Gabriel.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

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 arch...@mail-archive.com

Reply via email to