Subject: Re: kern/5155: Kernel messages may be way too verbose for some apps.
To: Gordon W. Ross <gwr@mc.com>
From: Nathan J Williams <nathanw@MIT.EDU>
List: tech-kern
Date: 03/13/1998 11:20:42
>> The notion of printf() as it is used now in the kernel (i.e. without a
>> priority) should go away completely, if you want to solve this problem
>> "correctly."
>Do I smell "cmn_err()" lurking about?

	I think "strlog()" is probably closer to what's desired
here. Of course, strlog() has some bizzare cruft - a severity/tracing
level *and* fatal/warn/notice flags, and random flags like "SL_NOTIFY
- Mail copy of message to system administrator." "SL_CONSOLE - Log
message to console". But the spirit is there.

	- Nathan