You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Aidan Delaney <ai...@phoric.eu> on 2012/07/18 21:08:23 UTC

PATCH: Extend getLevel documentation

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

RE: PATCH: Extend getLevel documentation

Posted by Aidan Delaney <ai...@phoric.eu>.
Dear all,
Apparently I'm having a bad day :O

The patch is now on github:
https://gist.github.com/3138235

-- 
Aidan Delaney

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org