Re: IOLog printing to system message buffer instead of /var/log/system.log?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=sasl; bh= bTWTp2wURYpQROUJRPmk+Ka64Vw=; b=Nx9/wcGns2RxDcXjnWmG6PJrn74O/XkT lfBxcO8An9topLA37RBYwhzXsEScvVQTXFb7dU1FcVk4CgKRMgteNdrJLIYI9bOI aJh1KaRTR6fp35ThF7560/UAkPpvgXRs9cH9bnioHfetN9ZpuGWhsQu8p8TDgDm+ MweUlMat8zo= Domainkey-signature: a=rsa-sha1; c=nofws; d=pobox.com; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= sasl; b=X0ALRd2/e74UxqYpPl3u0cO6U5IcEMSUVl10P1nVvd9VUDXLzVwbNcDe B/k4IVKoPH7ORTRJqrGg38Lte9nmxJJLW7r4OBvll+ZACnCASuxOMjhuky45g8qL cHv4u69qOQpVNKvz4Mx8WdkFOuw+DqudD9rVIy47UinSUb6UdOQ= On Jan 5, 2010, at 5:15 PM, Danny Mardini wrote:
Hi everyone,
I'm sure there must be a simple answer to this question, I sincerely apologize if I shouldn't be asking it here.
I'm creating a IOKit driver which replaces the IOSCSIPeripheralType00 driver and everything seems to be going fine. My driver outmatches the generic driver and shows up in the IORegistry just fine.
However when I use IOLog(...) I don't see my message in /var/log/system.log, instead I am seeing it in the system message buffer. I'm viewing it using "sudo dmesg". Am I missing something? All my references mentioned it should be outputted to /var/log/system.log.
Check /var/log/kernel.log . I believe this is where the dmesg content ends up in 10.6 . I hope this helps, Eric
For reference I'm using OS X 10.6 (i386) and XCode 3.2.1.
Thanks in advance! -Daniel _______________________________________________ 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/eric.gouriou%40pobox.com
This email sent to eric.gouriou@pobox.com
_______________________________________________ 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... This email sent to site_archiver@lists.apple.com
participants (1)
-
Eric Gouriou