Jason,

No, the levels will remain essentially the same. Priority.OFF and Priority.ON 
were added sometime ago. They are pretty harmless. I was thinking of adding 
the FINE level as a synonym for DEBUG. (JSR47 does not have a DEBUG level but 
a choice of FINE, FINER and FINEST.)

The reason for choosing the term Priority because it was familiar to Syslog 
users. Syslog uses the term "facility" to identify the origin of the log 
message. However, I was not aware that syslog used the term "level". Does it? 

Cheers, Ceki

At 16:11 02.09.2001 -0700, Jason Dillon wrote:
>You don't plain on adding the bogus levels then do you?  I played around
>with Level vs. Priority with a logging system of my own, and eventually went
>back to Priority, mostly becaues of the split usage of level/priroty for
>syslog.
>
>A message has a priority and the level of the message processor could cause
>the message to get tossed.
>
>Like I said, just curious.  You might be trading understanding for confusion
>and confusion for understanding.
>
>--jason
>
>
>> That's JSR47's naming scheme. It is beneficial to adopt JSR47 terminology because
>> all those who know java.util.logging will understand log4j as well. Hope that 
>answers the question, Ceki
>>
>> At 15:41 02.09.2001 -0700, Jason Dillon wrote:
>> >Just curious, but why Priority -> Level?
>> >
>> >--jason
>> >
>> >
>> >On Mon, 3 Sep 2001, Ceki Gülcü wrote:
>> >
>> >>
>> >> Hello all,
>> >>
>> >> As my recent CVS commits indicate, I just checked in code that uses Logger
>> >> as the central class in the package instead of Category. I also changed
>> >> Priority to Level.
>> >>
>> >> As far as I can tell, the code cleanly compiles. Moreover, the changes
>> >> are backward compatible! (In the new code Category extends Logger and
>> >> Priority extends Level.)
>> >>
>> >> Does anyone have reservations about these changes? Regards, Ceki
>> >>
>> >>
>> >> --
>> >> Ceki Gülcü - http://qos.ch
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >
>> >
>> >---------------------------------------------------------------------
>> >To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >For additional commands, e-mail: [EMAIL PROTECTED]
>>
>> --
>> Ceki Gülcü - http://qos.ch
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

--
Ceki Gülcü - http://qos.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to