Berin Loritsch wrote:
> I find the logger package to be pretty decent.  However, there are a few
> things to consider:
> 
> 1) Instead of having many different logging abstractions, what about
>    using Commons Logging (ducks and hides)?
> 2) If we maintain our own, what about a "TRACE" logging level.  It is
>    useful debugging information that is not necessary for all 
 >    debugging excercises.
>    Some bugs are only found by tracing through, so a message when
>    entering a method or exiting a method can be helpful.  Esp. if your 
 >    Java debugger is effectively broken (happens more often than I
>    care to mention).
> 

I am +1 on the addition of a trace level.
(based on client demands).

There is also an issue concerning logging catagories.  Catagories (child 
loggers) are maintained as strong references - it would be very 
desirable for catagories to be handled as weak references enabling 
better garbage collection in situations where large numbers of 
catagories are dynamcially created).

Cheers, Steve.


-- 

Stephen J. McConnell

OSM SARL
digital products for a global economy
mailto:[EMAIL PROTECTED]
http://www.osm.net


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

Reply via email to