At 19:45 20.06.2001 +1000, Peter Donald wrote:
>On Wed, 20 Jun 2001 19:11, Ceki Gülcü wrote:
>> But even if the servlets are in the same web-application but do not trust
>> each other, I still do not see the problem.
>>
>> In log4j, anyone can retrieve a category by name. You can simply write:
>>
>> Categoty log = Category.getInstance("some-other.servlet")
>
>I assumed that Log4j allowed separate Hierarchies. So you can create a new
>hierarchy and it would not be accessible via static methods?
No, new hierarchies are not accessible via static methods. They are accessible only to
those who have a reference to the newly created hierarchy. Regards, Ceki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]