Re: Anything I should know about thread safety and fprintf?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Jan 23, 2008, at 5:02 PM, Terry Lambert wrote: - Jordan _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The only real way to talk to the system logging facility is via syslog() Which is how you should generate log messages only if you wish to use the deprecated, purely-for-backwards-compatibility interface. :-) Please use asl(3) for all new code. It's a far better, more flexible interface. This email sent to site_archiver@lists.apple.com
participants (1)
-
Jordan K. Hubbard