You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2008/08/12 22:27:20 UTC

svn commit: r685299 - /logging/log4j/trunk/src/site/fml/faq.fml

Author: carnold
Date: Tue Aug 12 13:27:20 2008
New Revision: 685299

URL: http://svn.apache.org/viewvc?rev=685299&view=rev
Log:
Bug 43313: Forgot logger arg to LogMF.debug

Modified:
    logging/log4j/trunk/src/site/fml/faq.fml

Modified: logging/log4j/trunk/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/src/site/fml/faq.fml?rev=685299&r1=685298&r2=685299&view=diff
==============================================================================
--- logging/log4j/trunk/src/site/fml/faq.fml (original)
+++ logging/log4j/trunk/src/site/fml/faq.fml Tue Aug 12 13:27:20 2008
@@ -300,7 +300,7 @@
 	</pre>
     <p>or using LogMF from the extras companion write</p>
     <pre class="source">
-    LogMF.debug("Entry number: {0} is {1}", i, entry[i]);
+    LogMF.debug(logger, "Entry number: {0} is {1}", i, entry[i]);
     </pre>
 
     <p>This way you will not incur the cost of parameter



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