https://issues.apache.org/bugzilla/show_bug.cgi?id=46941





--- Comment #2 from Curt Arnold <[email protected]>  2009-04-02 19:28:08 PST 
---
This really seems like you are trying to use levels to accomplish what the
logger hierarchy was designed to do.  Many people make the assumption that
since a common pattern for logger names is to follow class names that is the
only way they can be used.  Logger names are, in general, are "topics" and you
can use any system that works to give you the type of control that you'd want.

If you are trying to assign a "topic" (network, database, etc) to a level, then
you not messing up the "topic" or "audience" concept up with the "severity"
concept.  Logger names are really flexible and you can likely accomplish you
goals without nearly as many complications.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to