Dear all,
The source of my earlier confusion was that I was using 
Category.getLevel() rather than Category.getEffectiveLevel().
The following is a patch that might allow the next person to
resolve this confusion in a shorter timeframe.

I've not used SVN in a while, but I believe that this diff is
an applyable patch.  It's also attached, as some people prefer them
attached rather than quoted.

Index: src/main/java/org/apache/log4j/Category.java
===================================================================
--- src/main/java/org/apache/log4j/Category.java        (revision 1363045)
+++ src/main/java/org/apache/log4j/Category.java        (working copy)
@@ -558,6 +558,9 @@
 
   

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

Reply via email to