Hi,
I'm trying to understand the hierarchy in log4j.
If I do the following:
Logger x = Logger.getLogger("com.apples")
Logger y = Logger.getLogger("com.oranges")
Will I get references to two distinct Logger objects?
Patrick Lummis
This message (including any attachments) may contain confidential information intended for
a specific individual and purpose. If you are not the intended recipient, delete this message.
If you are not the intended recipient, disclosing, copying, distributing, or taking any action
based on this message is strictly prohibited.
|