You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2015/09/10 20:29:20 UTC

logging-log4j2 git commit: LOG4J2-1118 documentation removed erroneous character in sample command

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 08e01f75e -> 3f36ddf32


LOG4J2-1118 documentation removed erroneous character in sample command

Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3f36ddf3
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3f36ddf3
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3f36ddf3

Branch: refs/heads/master
Commit: 3f36ddf321c875e99148101d5c83f4432d11b5da
Parents: 08e01f7
Author: rpopma <rp...@apache.org>
Authored: Fri Sep 11 03:29:16 2015 +0900
Committer: rpopma <rp...@apache.org>
Committed: Fri Sep 11 03:29:16 2015 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/customloglevels.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3f36ddf3/src/site/xdoc/manual/customloglevels.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/customloglevels.xml.vm b/src/site/xdoc/manual/customloglevels.xml.vm
index 1a12d61..4e48479 100644
--- a/src/site/xdoc/manual/customloglevels.xml.vm
+++ b/src/site/xdoc/manual/customloglevels.xml.vm
@@ -308,7 +308,7 @@ public class MyService {
               Use the following command to generate a logger wrapper that adds methods to the built-in ones:
             </p>
             <pre class="prettyprint">
-java -cp log4j-core-${Log4jReleaseVersion}.jar org.apache.logging.log4j.core.tools.Generate${dollar}ExtendedLogger} \
+java -cp log4j-core-${Log4jReleaseVersion}.jar org.apache.logging.log4j.core.tools.Generate${dollar}ExtendedLogger \
         com.mycomp.ExtLogger DIAG=350 NOTICE=450 VERBOSE=550 > com/mycomp/ExtLogger.java</pre>
             <p>
               This will generate source code for a logger wrapper that has the convenience methods