You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/04/04 23:32:12 UTC

svn commit: r1876128 - /logging/site/cms/trunk/templates/navbar.html

Author: rgoers
Date: Sat Apr  4 23:32:12 2020
New Revision: 1876128

URL: http://svn.apache.org/viewvc?rev=1876128&view=rev
Log:
Add log4j 1 and log4j extras to dormant

Modified:
    logging/site/cms/trunk/templates/navbar.html

Modified: logging/site/cms/trunk/templates/navbar.html
URL: http://svn.apache.org/viewvc/logging/site/cms/trunk/templates/navbar.html?rev=1876128&r1=1876127&r2=1876128&view=diff
==============================================================================
--- logging/site/cms/trunk/templates/navbar.html (original)
+++ logging/site/cms/trunk/templates/navbar.html Sat Apr  4 23:32:12 2020
@@ -31,6 +31,8 @@
                     <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dormant<b class="caret"></b></a>
                     <ul class="dropdown-menu">
                         <li><a target="_blank" href="/log4net">Apache log4net</a></li>
+                        <li><a target="_blank" href="/log4j/1.2/">Apache log4j 1.x</a></li>
+                        <li><a target="_blank" href="/log4j/extras">Apache log4j 1.x extras</a></li>
                     </ul>
                 </li>
             </ul>