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 2013/08/13 08:44:38 UTC

svn commit: r1513365 - in /logging/log4j/log4j2/trunk/slf4j-impl: pom.xml src/site/xdoc/index.xml

Author: rgoers
Date: Tue Aug 13 06:44:38 2013
New Revision: 1513365

URL: http://svn.apache.org/r1513365
Log:
LOG4J2-332 - Modified documentation to refer to SLF4J Binding instead of SLF4J Bridge.

Modified:
    logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
    logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml

Modified: logging/log4j/log4j2/trunk/slf4j-impl/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/pom.xml?rev=1513365&r1=1513364&r2=1513365&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/pom.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/pom.xml Tue Aug 13 06:44:38 2013
@@ -15,7 +15,7 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.logging.log4j</groupId>
@@ -26,7 +26,7 @@
   <artifactId>log4j-slf4j-impl</artifactId>
   <packaging>jar</packaging>
   <name>Apache Log4j SLF4J Binding</name>
-  <description>Binding between SLF4J API and Log4j 2 Core</description>
+  <description>SLF4J API binding to Log4j 2 Core</description>
   <properties>
     <log4jParentDir>${basedir}/..</log4jParentDir>
     <docLabel>SLF4J Documentation</docLabel>

Modified: logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml?rev=1513365&r1=1513364&r2=1513365&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml Tue Aug 13 06:44:38 2013
@@ -18,15 +18,15 @@
 
 <document>
     <properties>
-        <title>SLF4J Bridge</title>
+        <title>Log4j 2 SLF4J Binding</title>
         <author email="rgoers@apache.org">Ralph Goers</author>
     </properties>
 
     <body>
-        <section name="SLF4J Bridge">
+        <section name="Log4j 2 SLF4J Binding">
 
             <p>
-              The SLF4J Bridge allows applications coded to the SLF4J API to use
+              The Log4j 2 SLF4J Binding allows applications coded to the SLF4J API to use
               Log4j 2 as the implementation.
             </p>
 
@@ -34,21 +34,21 @@
 
         <section name="Requirements">
            <p>
-             The SLF4J bridge requires at least Java 6 and has a dependency 
+             The Log4j 2 SLF4J Binding requires at least Java 6 and has a dependency 
              on the Log4j 2 API.
           </p>
         </section>
 
       <section name="Usage">
         <p>
-          The SLF4J bindings provided in this Bridge cause all the SLF4J APIs to be routed to Log4j 2. Simply
-          include the SLF4J Bindings jar along with the Log4j 2 jars to cause all SLF4J logging to be handled
+          The SLF4J binding provided in this component cause all the SLF4J APIs to be routed to Log4j 2. Simply
+          include the Log4j 2 SLF4J Binding jar along with the Log4j 2 jars to cause all SLF4J logging to be handled
           by Log4j 2.
         </p>
            <p>
-             <b><em>Use of the SLF4J bridge (log4j-slf4j-impl-2.0.jar) together with 
+             <b><em>Use of the Log4j 2 SLF4J Binding (log4j-slf4j-impl-2.0.jar) together with 
              the SLF4J adapter (log4j-to-slf4j-2.0.jar) should 
-             never be attempted as it will cause events to endlessly be routed between
+             never be attempted, as it will cause events to endlessly be routed between
              SLF4J and Log4j 2.</em></b>
           </p>
       </section>