> -----Original Message-----
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]]
> Sent: den 2 augusti 2001 15:02
> To: [EMAIL PROTECTED]
> Subject: JDK1.4 logging vs. LogKit
>
>
> I have been thinking, and one of the previous arguments
> against Java's Logging API was, "Who needs three levels
> of debugging?".
Berin,
I have to agree with that. I see no need for two levels below debug.
I think we have two different types of control here. First, it is the
SEVERITY of the event, defined basically as "just how deep trouble is the
component in?". Then there is the SOURCE of log events, which can be the
ComponentManagers, ClassLoaders etc.
For example, consider the possibility of several layers of infrastructure.
I think a per-component, or per-category, setting of the log level would be
more appropriate.
/LS
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]