Author: rgoers
Date: Sun Jul 22 08:31:59 2012
New Revision: 1364230
URL: http://svn.apache.org/viewvc?rev=1364230&view=rev
Log:
Change Log4j2 to Log4j 2
Removed:
logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/api.xml
logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/api.xml
logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/api.xml
Modified:
logging/log4j/log4j2/trunk/api/src/site/xdoc/index.xml
logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml
logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/index.xml
logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml
logging/log4j/log4j2/trunk/slf4j-impl/src/site/xdoc/index.xml
logging/log4j/log4j2/trunk/src/site/apt/download.apt
logging/log4j/log4j2/trunk/src/site/xdoc/manual/api.xml
Modified: logging/log4j/log4j2/trunk/api/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/api/src/site/xdoc/index.xml?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/api/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/api/src/site/xdoc/index.xml Sun Jul 22 08:31:59
2012
@@ -18,15 +18,15 @@
<document>
<properties>
- <title>Log4J2 API</title>
+ <title>Log4J 2 API</title>
<author email="[email protected]">Ralph Goers</author>
</properties>
<body>
- <section name="Log4j2 API">
+ <section name="Log4j 2 API">
<p>
- The Log4Jj2 API provides the interface that applications should
code to and provides the
+ The Log4Jj 2 API provides the interface that applications should
code to and provides the
adapter components required for implementers to create a logging
implementation.
</p>
@@ -34,7 +34,7 @@
<section name="Requirements">
<p>
- The Log4j2 API requires at least Java 5.
+ The Log4j 2 API requires at least Java 5.
</p>
</section>
Modified: logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/core/src/site/xdoc/index.xml Sun Jul 22 08:31:59
2012
@@ -18,15 +18,15 @@
<document>
<properties>
- <title>Log4J2 Implementation</title>
+ <title>Log4J 2 Implementation</title>
<author email="[email protected]">Ralph Goers</author>
</properties>
<body>
- <section name="Log4j2 Implementation">
+ <section name="Log4j 2 Implementation">
<p>
- The Log4Jj2 implementation provides the functional components of
the logging system. Users are
+ The Log4Jj 2 implementation provides the functional components
of the logging system. Users are
free to create their own plugins and include them in the logging
configuration.
</p>
@@ -34,7 +34,7 @@
<section name="Requirements">
<p>
- Log4j2 requires Java 5 but has will take advantage of
enhancements in Java 6 to improve performance.
+ Log4j 2 requires Java 5 but has will take advantage of
enhancements in Java 6 to improve performance.
Some features may require optional dependencies. These
dependencies are
specified in the documentation for those features.
</p>
Modified: logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/index.xml?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/jcl-bridge/src/site/xdoc/index.xml Sun Jul 22
08:31:59 2012
@@ -27,7 +27,7 @@
<p>
The Commons Logging Bridge allows applications coded to the
Commons Logging API to use
- Log4j2 as the implementation.
+ Log4j 2 as the implementation.
</p>
</section>
Modified: logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml (original)
+++ logging/log4j/log4j2/trunk/log4j12-api/src/site/xdoc/index.xml Sun Jul 22
08:31:59 2012
@@ -27,7 +27,7 @@
<p>
The Log4j 1.2 Bridge allows applications coded to use Log4j 1.2
API to use
- Log4j2 instead.
+ Log4j 2 instead.
</p>
</section>
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=1364230&r1=1364229&r2=1364230&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 Sun Jul 22
08:31:59 2012
@@ -27,7 +27,7 @@
<p>
The SLF4J Bridge allows applications coded to the SLF4J API to
use
- Log4j2 as the implementation.
+ Log4j 2 as the implementation.
</p>
</section>
Modified: logging/log4j/log4j2/trunk/src/site/apt/download.apt
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/apt/download.apt?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/apt/download.apt (original)
+++ logging/log4j/log4j2/trunk/src/site/apt/download.apt Sun Jul 22 08:31:59
2012
@@ -13,14 +13,14 @@
~~ See the License for the specific language governing permissions and
~~ limitations under the License.
------
-Download Apache Log4j2
+Download Apache Log4j 2
------
------
------
-Download Apache Log4j2
+Download Apache Log4j 2
- Apache Log4j2 is distributed under the
{{{http://www.apache.org/licenses/LICENSE-2.0.html} Apache License, version
2.0}}.
+ Apache Log4j 2 is distributed under the
{{{http://www.apache.org/licenses/LICENSE-2.0.html} Apache License, version
2.0}}.
The link in the Mirrors column should display a list of available mirrors
with a
default selection based on your inferred location. If you do not see that
page,
@@ -30,9 +30,9 @@ Download Apache Log4j2
*-------------------------+---------+----------+-----------+
| | Mirrors | Checksum | Signature |
*-------------------------+---------+----------+-----------+
-| Apache Log4j2 (tar.gz) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz}
apache-log4j2-1.0-alpha1.tar.gz}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz.md5}
apache-log4j2-1.0-alpha1.tar.gz.md5}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz.asc}
apache-log4j2-1.0-alpha1.tar.gz.asc}} |
+| Apache Log4j 2 (tar.gz) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz}
apache-log4j2-1.0-alpha1.tar.gz}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz.md5}
apache-log4j2-1.0-alpha1.tar.gz.md5}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.tar.gz.asc}
apache-log4j2-1.0-alpha1.tar.gz.asc}} |
*-------------------------+---------+----------+-----------+
-| Apache Log4j2 (zip) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4j2/apache-log4j2-1.0-alpha1.zip}
apache-log4j2-1.0-alpha1.zip}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.zip.md5}
apache-log4j2-1.0-alpha1.zip.md5}} |
{{{http://www.apache.org/dist/logging/log42/apache-log4j2-1.0-alpha1.zip.asc}
apache-log4j2-1.0-alpha1.zip.asc}} |
+| Apache Log4j 2 (zip) |
{{{http://www.apache.org/dyn/closer.cgi/logging/log4j2/apache-log4j2-1.0-alpha1.zip}
apache-log4j2-1.0-alpha1.zip}} |
{{{http://www.apache.org/dist/logging/log4j2/apache-log4j2-1.0-alpha1.zip.md5}
apache-log4j2-1.0-alpha1.zip.md5}} |
{{{http://www.apache.org/dist/logging/log42/apache-log4j2-1.0-alpha1.zip.asc}
apache-log4j2-1.0-alpha1.zip.asc}} |
*-------------------------+---------+----------+-----------+
It is essential that you verify the integrity of the downloaded files
using the PGP or MD5 signatures.
@@ -48,7 +48,7 @@ Download Apache Log4j2
% gpg --verify log4j2-1.0-alpha1.tar.gz.asc
---
- Apache Log4j2 is signed by Ralph Goers B3D8E1BA
+ Apache Log4j 2 is signed by Ralph Goers B3D8E1BA
Alternatively, you can verify the MD5 signature on the files. A unix
program called md5 or md5sum is included
in many unix distributions.
Modified: logging/log4j/log4j2/trunk/src/site/xdoc/manual/api.xml
URL:
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/src/site/xdoc/manual/api.xml?rev=1364230&r1=1364229&r2=1364230&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/src/site/xdoc/manual/api.xml (original)
+++ logging/log4j/log4j2/trunk/src/site/xdoc/manual/api.xml Sun Jul 22 08:31:59
2012
@@ -27,7 +27,7 @@
<a name="Overview"/>
<subsection name="Overview">
<p>
- The Log4Jj 2.0 API provides the interface that applications
should code to and provides the
+ The Log4Jj 2 API provides the interface that applications should
code to and provides the
adapter components required for implementers to create a logging
implementation. Although Log4j 2
is broken up between an API and an implementation, the primary
purpose of doing so was not to
allow multiple implementations, although that is certainly
possible, but to clearly define