You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2014/10/05 01:13:48 UTC

[2/2] git commit: Add javadoc link to log4j-jul.

Add javadoc link to log4j-jul.


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

Branch: refs/heads/master
Commit: f4333b7f880b059d1fb4807b2cd3b0762a43e541
Parents: 783b6f0
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 18:13:45 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 18:13:45 2014 -0500

----------------------------------------------------------------------
 src/site/xdoc/javadoc.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f4333b7f/src/site/xdoc/javadoc.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/javadoc.xml b/src/site/xdoc/javadoc.xml
index 66f171b..d60be15 100644
--- a/src/site/xdoc/javadoc.xml
+++ b/src/site/xdoc/javadoc.xml
@@ -75,6 +75,11 @@
           <td>A bridge that permits applications written against the SLF4J API to log using Log4j 2.</td>
         </tr>
         <tr>
+          <td><a href="log4j-jul/apidocs/index.html">Java Util Logging Adapter</a></td>
+          <td>A bridge that permits applications written against the <code>java.util.logging</code> API to log using
+          Log4j 2.</td>
+        </tr>
+        <tr>
           <td><a href="log4j-1.2-api/apidocs/index.html">Log4j 1.2 API Bridge</a></td>
           <td>A bridge that permits applications written against the Log4j 1.2.x API to log using Log4j 2.</td>
         </tr>