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 2014/07/17 17:26:28 UTC

svn commit: r1611390 - in /logging/log4j/log4j2/trunk/src/site: pdf.xml xdoc/manual/customloglevels.xml

Author: rpopma
Date: Thu Jul 17 15:26:28 2014
New Revision: 1611390

URL: http://svn.apache.org/r1611390
Log:
LOG4J2-710 (docs for Custom Levels/Custom Loggers) forgot to include link in user-guide pdf, small fix in manual page

Modified:
    logging/log4j/log4j2/trunk/src/site/pdf.xml
    logging/log4j/log4j2/trunk/src/site/xdoc/manual/customloglevels.xml

Modified: logging/log4j/log4j2/trunk/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/pdf.xml?rev=1611390&r1=1611389&r2=1611390&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/pdf.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/pdf.xml Thu Jul 17 15:26:28 2014
@@ -43,6 +43,7 @@
     <item name="Logging Separation" ref="/manual/logsep.xml"/>
     <item name="Extending Log4j" ref="/manual/extending.xml"/>
     <item name="Extending Log4j Configuration" ref="/manual/customconfig.html"/>
+    <item name="Custom Log Levels" ref="/manual/customloglevels.html" />
   </toc>
 
   <cover>

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/customloglevels.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/customloglevels.xml?rev=1611390&r1=1611389&r2=1611390&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/customloglevels.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/customloglevels.xml Thu Jul 17 15:26:28 2014
@@ -109,7 +109,7 @@ debug(String, Throwable)</pre>
               Similar methods exist for the other built-in levels.
             </p>
             <p>It would be nice to have the same ease of use with custom levels,
-               so that after declaring a custom VERBOSE level, we would be able to
+               so that after declaring a custom VERBOSE level, we could
                use code like this:
             </p>
             <pre class="prettyprint">