I am running in a JVM that may contain other applications, and I need to
configure log4j such that my logging environment is isolated from others.
Documentation in the Hierarchy class (v1.1b1) indicates a solution in the
form of a "non-default" (my wording) hierarchy, but I'm having difficulty
figuring how to go about it.  In particular, the constructor for Hierarchy
requires a Category, but the Category constructor is protected, and it's
static factory methods would seem to apply to the default hierarchy.  The
circularity is confusing.

I would appreciate a hint or pointer to an example how to isolate logging in
a shared JVM.

Thanks,
Clay


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

Reply via email to