Return-Path: X-Original-To: apmail-logging-commits-archive@minotaur.apache.org Delivered-To: apmail-logging-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AA8CF10C9B for ; Thu, 18 Jul 2013 02:15:13 +0000 (UTC) Received: (qmail 63398 invoked by uid 500); 18 Jul 2013 02:15:13 -0000 Delivered-To: apmail-logging-commits-archive@logging.apache.org Received: (qmail 63378 invoked by uid 500); 18 Jul 2013 02:15:13 -0000 Mailing-List: contact commits-help@logging.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@logging.apache.org Delivered-To: mailing list commits@logging.apache.org Received: (qmail 63371 invoked by uid 99); 18 Jul 2013 02:15:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 02:15:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 02:15:11 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 91E382388860; Thu, 18 Jul 2013 02:14:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1504345 - in /logging/log4j/log4j2/trunk: flume-ng/src/site/xdoc/index.xml src/changes/changes.xml src/site/site.xml src/site/xdoc/javadoc.xml taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java Date: Thu, 18 Jul 2013 02:14:51 -0000 To: commits@logging.apache.org From: nickwilliams@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20130718021451.91E382388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nickwilliams Date: Thu Jul 18 02:14:50 2013 New Revision: 1504345 URL: http://svn.apache.org/r1504345 Log: Improved site by adding quick jump-off page and menu for Javadoc links for all components. Added: logging/log4j/log4j2/trunk/src/site/xdoc/javadoc.xml Modified: logging/log4j/log4j2/trunk/flume-ng/src/site/xdoc/index.xml logging/log4j/log4j2/trunk/src/changes/changes.xml logging/log4j/log4j2/trunk/src/site/site.xml logging/log4j/log4j2/trunk/taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java Modified: logging/log4j/log4j2/trunk/flume-ng/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/flume-ng/src/site/xdoc/index.xml?rev=1504345&r1=1504344&r2=1504345&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/flume-ng/src/site/xdoc/index.xml (original) +++ logging/log4j/log4j2/trunk/flume-ng/src/site/xdoc/index.xml Thu Jul 18 02:14:50 2013 @@ -39,30 +39,29 @@ The persistent agent uses Berkeley DB. The following dependency should be added to your pom.xml in addition to the log4j-flume-ng dependency.

- - - - com.sleepycat - je - 5.0.73 - - - - - - com.sleepycat - je - - - - - oracleReleases - Oracle Released Java Packages - http://download.oracle.com/maven - default - - ]]> +

+    
+      
+        com.sleepycat
+        je
+        5.0.73
+        
+    
+  
+  
+    
+      com.sleepycat
+      je
+    
+  
+  
+    
+      oracleReleases
+      Oracle Released Java Packages
+      http://download.oracle.com/maven
+      default
+    
+  ]]>
@@ -70,166 +69,166 @@ The following is a sample pom file for Maven that can be used as a template for integrating the Flume Embedded Appender into an application.

- - 4.0.0 - com.myapp - myapp - 0.0.1-SNAPSHOT - My App - App to test log4j appender - - - 2.0-beta6 - 1.6.6 - 1.9.3 - - - - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-ext - ${slf4j.version> - - - org.apache.logging.log4j - log4j-api - ${log4j2_version} - - - org.apache.logging.log4j - log4j-1.2-api - ${log4j2_version} - - - org.apache.logging.log4j - log4j-core - ${log4j2_version} - - - org.apache.logging.log4j - log4j-flume-ng - ${log4j2_version} - - - org.apache.logging.log4j - log4j-slf4j-impl - ${log4j2_version} - - - org.apache.logging.log4j - log4j-jcl - ${log4j2_version} - - - org.codehaus.jackson - jackson-core-asl - ${jackson.version} - - - org.codehaus.jackson - jackson-mapper-asl - ${jackson.version} - - - org.codehaus.jackson - jackson-jaxrs - ${jackson.version} - - - org.codehaus.jackson - jackson-xc - ${jackson.version} - - - - - - - - org.apache.logging.log4j - log4j-api - - - - org.apache.logging.log4j - log4j12-api - - - - org.apache.logging.log4j - log4j-core - - - - org.apache.logging.log4j - slf4j-impl - - - - org.slf4j - slf4j-api - - - - org.slf4j - slf4j-ext - - - - org.apache.logging.log4j - log4j-jcl - - - - org.apache.avro - avro - 1.6.3 - - - - org.apache.hadoop - hadoop-core - 1.0.3 - - - org.mortbay.jetty - servlet-api - - - org.mortbay.jetty - servlet-api-2.5 - - - junit - junit - - - - - - org.apache.flume.flume-ng-channels - flume-file-channel - 1.2.0 - - - log4j - log4j - - - org.slf4j - slf4j-log4j12 - - - - - ]]> +

+  4.0.0
+  com.myapp
+  myapp
+  0.0.1-SNAPSHOT
+  My App
+  App to test log4j appender
+
+  
+    2.0-beta6
+    1.6.6
+    1.9.3
+  
+
+  
+    
+      
+        org.slf4j
+        slf4j-api
+        ${slf4j.version}
+      
+      
+        org.slf4j
+        slf4j-ext
+        ${slf4j.version>
+      
+      
+        org.apache.logging.log4j
+        log4j-api
+        ${log4j2_version}
+      
+      
+        org.apache.logging.log4j
+        log4j-1.2-api
+        ${log4j2_version}
+      
+      
+        org.apache.logging.log4j
+        log4j-core
+        ${log4j2_version}
+      
+      
+        org.apache.logging.log4j
+        log4j-flume-ng
+        ${log4j2_version}
+      
+      
+        org.apache.logging.log4j
+        log4j-slf4j-impl
+        ${log4j2_version}
+      
+      
+        org.apache.logging.log4j
+        log4j-jcl
+        ${log4j2_version}
+      
+      
+        org.codehaus.jackson
+        jackson-core-asl
+        ${jackson.version}
+      
+      
+        org.codehaus.jackson
+        jackson-mapper-asl
+        ${jackson.version}
+      
+      
+        org.codehaus.jackson
+        jackson-jaxrs
+        ${jackson.version}
+      
+      
+        org.codehaus.jackson
+        jackson-xc
+        ${jackson.version}
+      
+    
+  
+
+  
+    
+    
+      org.apache.logging.log4j
+      log4j-api
+    
+    
+    
+      org.apache.logging.log4j
+      log4j12-api
+    
+    
+    
+      org.apache.logging.log4j
+      log4j-core
+    
+    
+    
+      org.apache.logging.log4j
+      slf4j-impl
+    
+    
+    
+      org.slf4j
+      slf4j-api
+    
+    
+    
+      org.slf4j
+      slf4j-ext
+    
+    
+    
+      org.apache.logging.log4j
+      log4j-jcl
+    
+    
+    
+      org.apache.avro
+      avro
+      1.6.3
+    
+    
+    
+      org.apache.hadoop
+      hadoop-core
+      1.0.3
+      
+        
+          org.mortbay.jetty
+          servlet-api
+        
+        
+          org.mortbay.jetty
+          servlet-api-2.5
+        
+        
+          junit
+          junit
+        
+      
+    
+    
+    
+      org.apache.flume.flume-ng-channels
+      flume-file-channel
+      1.2.0
+      
+        
+          log4j
+          log4j
+        
+        
+          org.slf4j
+          slf4j-log4j12
+        
+      
+    
+  
+]]>
Modified: logging/log4j/log4j2/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/changes/changes.xml?rev=1504345&r1=1504344&r2=1504345&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/changes/changes.xml (original) +++ logging/log4j/log4j2/trunk/src/changes/changes.xml Thu Jul 18 02:14:50 2013 @@ -45,6 +45,9 @@ Fixed JDBC, JPA, and NoSQL appenders so that the failover appender properly fails over on error. + + Improved site by adding quick jump-off page and menu for Javadoc links for all components. + Modified: logging/log4j/log4j2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/site.xml?rev=1504345&r1=1504344&r2=1504345&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/src/site/site.xml (original) +++ logging/log4j/log4j2/trunk/src/site/site.xml Thu Jul 18 02:14:50 2013 @@ -23,6 +23,12 @@ + + + + + + @@ -153,7 +159,7 @@ - + Added: logging/log4j/log4j2/trunk/src/site/xdoc/javadoc.xml URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/javadoc.xml?rev=1504345&view=auto ============================================================================== --- logging/log4j/log4j2/trunk/src/site/xdoc/javadoc.xml (added) +++ logging/log4j/log4j2/trunk/src/site/xdoc/javadoc.xml Thu Jul 18 02:14:50 2013 @@ -0,0 +1,90 @@ + + + + + + Log4j 2 Javadoc API Documentation and TLD Documentation + Nick Williams + + + +
+

+ The table below contains links to the Javadoc API Documentation for the components you are most likely to use + directly in code. You can also use the menu links on the left. +

+ + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Log4j 2 APIThe interface that applications should use and code against.
ImplementationThe standard implementation, also called the Log4j 2 Core, that contains Appenders, Filters, and more.
JSP Tag LibraryThe tag library that enables Java-free logging in JavaServer Pages™ using Log4j 2.
JSP Tag Library (TLD Doc)The special Javadoc-like Tag Library Documentation for the Log4j 2 JSP Tag Library.
+ +

+ The table below contains links to the Javadoc API Documentation for all the other Log4j 2 components, which you + likely will not use directly in code but instead will only configure or include in your dependencies. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ComponentDescription
Commons Logging BridgeA bridge that permits applications written against the Apache Commons Logging API to log using Log4j 2.
SLF4J BindingA bridge that permits applications written against the SLF4J API to log using Log4j 2.
Log4j 1.2 API BridgeA bridge that permits applications written against the Log4j 1.2.x API to log using Log4j 2.
Log4j 2 to SLF4J AdapterAn adapter that permits applications written against the Log4j 2 API to log using SLF4J.
Apache Flume NG AppenderAn Appender that allows applications to send logging events to Apache Flume NG Agents.
Log4j JMX GUIA Java Swing-based client for remotely viewing the status logger and editing the Log4j configuration.
+
+ +
Modified: logging/log4j/log4j2/trunk/taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java?rev=1504345&r1=1504344&r2=1504345&view=diff ============================================================================== --- logging/log4j/log4j2/trunk/taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java (original) +++ logging/log4j/log4j2/trunk/taglib/src/main/java/org/apache/logging/log4j/taglib/package-info.java Thu Jul 18 02:14:50 2013 @@ -15,8 +15,8 @@ * limitations under the license. */ /** - + Classes (JSP tags) to enable logging in JSPs without using Java scripting. - + - + @since 2.0 + * Classes (JSP tags) to enable logging in JSPs without using Java scripting. + * + * @since 2.0 */ package org.apache.logging.log4j.taglib;