You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2013/04/10 14:55:27 UTC

svn commit: r1466458 - /logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml

Author: ggregory
Date: Wed Apr 10 12:55:27 2013
New Revision: 1466458

URL: http://svn.apache.org/r1466458
Log:
Better titles.

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

Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml?rev=1466458&r1=1466457&r2=1466458&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/migration.xml Wed Apr 10 12:55:27 2013
@@ -25,7 +25,7 @@
     <body>
         <section name="Migrating from Log4j 1.x">
           <a name="The Log4j 1.x bridge"/>
-          <subsection name="The Log4j 1.x bridge">
+          <subsection name="Using the Log4j 1.x bridge">
             <p>
               Perhaps the simplest way to convert to using Log4j 2 is to replace the log4j 1.x jar file with
               Log4j 2's <code>log4j-1.2-api.jar</code>. However, to use this successfully applications must meet the
@@ -59,7 +59,7 @@
               </ol>
             </p>
           </subsection>
-          <subsection name="Configuration">
+          <subsection name="Configuring Log4J 2">
             <p>
               Although the Log4j 2 configuration syntax is different than that of Log4j 1.x, most, if not all, of
               the same functionality is available. Below are the example configurations for Log4j 1.x and their