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 2016/05/09 16:31:51 UTC

logging-log4j2 git commit: LOG4J2-1297 removed unsupported subsubsection tag

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 320bcf4e1 -> 1ca78e4f2


LOG4J2-1297 removed unsupported subsubsection tag


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

Branch: refs/heads/master
Commit: 1ca78e4f2360653f193286dfac951722a74cd22a
Parents: 320bcf4
Author: rpopma <rp...@apache.org>
Authored: Tue May 10 01:32:15 2016 +0900
Committer: rpopma <rp...@apache.org>
Committed: Tue May 10 01:32:15 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/garbagefree.xml | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1ca78e4f/src/site/xdoc/manual/garbagefree.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/garbagefree.xml b/src/site/xdoc/manual/garbagefree.xml
index 04f4a10..509a9d5 100644
--- a/src/site/xdoc/manual/garbagefree.xml
+++ b/src/site/xdoc/manual/garbagefree.xml
@@ -132,7 +132,6 @@
             <tt>log4j2.component.properties</tt> by including this file in the classpath of the application.
           </p>
         <a name="Appenders" />
-        <subsubsection name="Supported Appenders">
           <h4>Supported Appenders</h4>
           <p>
             The following <a href="appenders.html">appenders</a> are garbage-free during steady-state logging:
@@ -149,9 +148,7 @@
             Any other appenders not in the above list (including Async) create temporary objects during steady-state
             logging. Use <a href="async.html">Async Loggers</a> to log asynchronously in a garbage-free manner.
           </p>
-        </subsubsection>
         <a name="Layouts" />
-        <subsubsection name="Supported Layouts">
           <h4>Supported Layouts</h4>
 
           <h5>GelfLayout</h5>
@@ -291,9 +288,7 @@
 
           </td></tr></table>
 
-        </subsubsection>
         <a name="api" />
-        <subsubsection name="API Changes">
           <h4>API Changes</h4>
           <p>
             Methods have been added to the <tt>Logger</tt> interface so that no vararg array objects are created
@@ -311,9 +306,7 @@
             Log4j may call <tt>toString()</tt> on message and parameter objects when garbage-free logging
             is disabled (when system property <tt>log4j2.enable.threadlocals</tt> is set to "false".)
           </p>
-        </subsubsection>
         <a name="codeImpact" />
-        <subsubsection name="Impact on Application Code: Autoboxing">
         <h4>Impact on Application Code: Autoboxing</h4>
         <p>
           We made an effort to make logging garbage-free without requiring code changes in existing applications,
@@ -353,7 +346,6 @@ public void garbageFree() {
               <li>The <tt>Logger.traceEntry</tt> and <tt>Logger.traceExit</tt> methods create temporary objects.</li>
             </ul>
           </td></tr></table>
-        </subsubsection>
         <p>
         </p>
         <p>