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:20:23 UTC

git commit: Update log4j-jul manual.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f4333b7f8 -> f80461c5d


Update log4j-jul manual.


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

Branch: refs/heads/master
Commit: f80461c5d0c44f03e29eb9c3eb93ec105ea7fb2e
Parents: f4333b7
Author: Matt Sicker <ma...@apache.org>
Authored: Sat Oct 4 18:20:10 2014 -0500
Committer: Matt Sicker <ma...@apache.org>
Committed: Sat Oct 4 18:20:10 2014 -0500

----------------------------------------------------------------------
 log4j-jul/pom.xml                 |  2 +-
 log4j-jul/src/site/site.xml       |  2 +-
 log4j-jul/src/site/xdoc/index.xml | 16 +++++++++-------
 3 files changed, 11 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f80461c5/log4j-jul/pom.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/pom.xml b/log4j-jul/pom.xml
index df73818..3c7db9d 100644
--- a/log4j-jul/pom.xml
+++ b/log4j-jul/pom.xml
@@ -30,7 +30,7 @@
   </properties>
 
   <artifactId>log4j-jul</artifactId>
-  <name>Apache Log4j JUL Adaptor</name>
+  <name>Apache Log4j JUL Adapter</name>
   <description>The Apache Log4j implementation of java.util.logging</description>
 
   <dependencies>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f80461c5/log4j-jul/src/site/site.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/src/site/site.xml b/log4j-jul/src/site/site.xml
index f8c7307..a4bd5c9 100644
--- a/log4j-jul/src/site/site.xml
+++ b/log4j-jul/src/site/site.xml
@@ -15,7 +15,7 @@
  limitations under the License.
 
 -->
-<project name="Log4j JDK Logging Adaptor"
+<project name="Log4j JDK Logging Adapter"
          xmlns="http://maven.apache.org/DECORATION/1.4.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd">

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f80461c5/log4j-jul/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/log4j-jul/src/site/xdoc/index.xml b/log4j-jul/src/site/xdoc/index.xml
index 17da068..0d94907 100644
--- a/log4j-jul/src/site/xdoc/index.xml
+++ b/log4j-jul/src/site/xdoc/index.xml
@@ -20,25 +20,27 @@
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties>
-    <title>Log4j JDK Logging Adaptor</title>
+    <title>Log4j JDK Logging Adapter</title>
     <author email="mattsicker@apache.org">Matt Sicker</author>
   </properties>
   <body>
-    <section name="JDK Logging Adaptor">
+    <section name="JDK Logging Adapter">
       <p>
-        The JDK Logging Adaptor is a custom implementation of
+        The JDK Logging Adapter is a custom implementation of
         <a class="javadoc" href="http://docs.oracle.com/javase/6/docs/api/java/util/logging/LogManager.html">java.util.logging.LogManager</a>
-        that uses <a href="../log4j-core/index.html">Log4j</a>.
+        that uses <a href="../log4j-core/index.html">Log4j</a>. This adapter can be used with either the Log4j API or
+        Log4j Core. When used with the API, there are a couple features of JUL that aren't supported. However, this
+        does allow any other Log4j Provider besides the Core provider to be used with JUL.
       </p>
     </section>
     <section name="Requirements">
       <p>
-        The JDK Logging Adaptor requires at least Java 6 and is dependent on the Log4j API and optionally Log4j Core.
+        The JDK Logging Adapter requires at least Java 6 and is dependent on the Log4j API and optionally Log4j Core.
       </p>
     </section>
     <section name="Usage">
       <p>
-        To use the JDK Logging Adaptor, you must set the system property <code>java.util.logging.manager</code> to
+        To use the JDK Logging Adapter, you must set the system property <code>java.util.logging.manager</code> to
         <a class="javadoc" href="apidocs/org/apache/logging/log4j/jul/LogManager.html">org.apache.logging.log4j.jul.LogManager</a>
       </p>
       <p>
@@ -114,7 +116,7 @@
             <td><a class="javadoc" href="apidocs/org/apache/logging/log4j/jul/LevelTranslator.html#FINEST">FINEST</a></td>
           </tr>
           <tr>
-            <td>ALL</td>
+            <td><a class="javadoc" href="http://docs.oracle.com/javase/6/docs/api/java/util/logging/Level.html#ALL">ALL</a></td>
             <td>ALL</td>
           </tr>
         </tbody>