dev@glassfish.java.net

Re: LogHelper

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Mon, 22 Jun 2009 12:20:57 -0700

Ludovic Champenois wrote on 06/22/09 00:56:
> On 6/22/09 12:13 AM, Bill Shannon wrote:
>> Where do I find the source for
>> com.sun.enterprise.module.common_impl.LogHelper.java?
>>
> hk2 core:
> https://hk2.dev.java.net/source/browse/hk2/trunk/hk2/core/src/java/com/sun/enterprise/module/common_impl

Thanks, Ludo.

Anyone know why this class is creating an anonymous logger, which it then
shares with anyone who asks? And why does code *outside* of hk2 use this
helper class rather than creating a Logger of their own?