[slf4j-dev] svn commit: r53 - in nlog4j/trunk: . docs src/xdocs
ceki at slf4j.org
ceki at slf4j.org
Sat May 14 23:30:25 CEST 2005
Author: ceki
Date: Sat May 14 23:30:23 2005
New Revision: 53
Modified:
nlog4j/trunk/build.properties.sample
nlog4j/trunk/build.xml
nlog4j/trunk/docs/download.html
nlog4j/trunk/docs/history.html
nlog4j/trunk/docs/index.html
nlog4j/trunk/src/xdocs/download.xml
nlog4j/trunk/src/xdocs/history.xml
nlog4j/trunk/src/xdocs/index.xml
Log:
Preparing 1.2.10 release
Modified: nlog4j/trunk/build.properties.sample
==============================================================================
--- nlog4j/trunk/build.properties.sample (original)
+++ nlog4j/trunk/build.properties.sample Sat May 14 23:30:23 2005
@@ -31,4 +31,4 @@
# The templates for the creation of the web-pages are inherited
# from the parent project.
-logging-site=../logging-site
\ No newline at end of file
+slf4j-site=../site
\ No newline at end of file
Modified: nlog4j/trunk/build.xml
==============================================================================
--- nlog4j/trunk/build.xml (original)
+++ nlog4j/trunk/build.xml Sat May 14 23:30:23 2005
@@ -25,7 +25,7 @@
<property name="packaging.dir" value="build"/>
<!-- Destination for compiled files -->
- <property name="javac.dest" value="dist/classes"/>
+ <property name="javac.dest" value="classes"/>
<!-- The jar file that the jar task will generate -->
<property name="nlog4j.jar" value="nlog4j-${version}.jar"/>
@@ -65,7 +65,7 @@
<!-- Construct classpath for building the html pages-->
<path id="site.classpath">
- <fileset dir="${logging-site}/lib">
+ <fileset dir="${slf4j-site}/lib">
<include name="*.jar"/>
</fileset>
</path>
@@ -373,7 +373,7 @@
</taskdef>
<mkdir dir="${docs.dest}/css"/>
- <copy file="${logging-site}/docs/css/site.css" tofile="${docs.dest}/css/site.css"/>
+ <copy file="${slf4j-site}/docs/css/site.css" tofile="${docs.dest}/css/site.css"/>
<anakia basedir="${xdocs.src}" destdir="${docs.dest}/"
extension=".html"
@@ -382,7 +382,7 @@
excludes="**/stylesheets/**, empty.xml, lf5/**"
includes="**/*.xml"
lastModifiedCheck="true"
- templatePath="${logging-site}/src/xdocs/stylesheets">
+ templatePath="${slf4j-site}/src/xdocs/stylesheets">
</anakia>
</target>
@@ -390,7 +390,7 @@
<!-- ================================================================= -->
<!-- Build a complete distribution. Results go to ${dist.images} -->
<!-- ================================================================= -->
- <target name="dist" depends="init, clean, javadoc, nlog4j.jar, site">
+ <target name="dist" depends="init, clean, javadoc, nlog4j.jar, site">
<delete verbose="true">
<fileset dir=".">
@@ -407,17 +407,6 @@
<include name="{$BSTEM}/test/socket.lcf"/>
<include name="${BSTEM}/test/file"/>
<include name="${BSTEM}/test/output.*"/>
- <include name="${BSTEM}/nt/EventLogCategories.dbg"/>
- <include name="${BSTEM}/nt/*.h"/>
- <include name="${BSTEM}/nt/*.obj"/>
- <include name="${BSTEM}/nt/*.idb"/>
- <include name="${BSTEM}/nt/EventLogCategories.rc"/>
- <include name="${BSTEM}/nt/EventLogCategories.RES"/>
- <include name="${BSTEM}/nt/EventLogCategories.res"/>
- <include name="${BSTEM}/nt/MSG00001.bin"/>
- <include name="${BSTEM}/nt/NTEventLogAppender.lib"/>
- <include name="${BSTEM}/nt/NTEventLogAppender.exp"/>
- <include name="${BSTEM}/nt/vc50.idb"/>
<include name="${BSTEM}/net/test/loop.log"/>
<include name="${BSTEM}/net/test/loop.log.1"/>
<include name="${javac.dest}/*.class"/>
@@ -426,10 +415,10 @@
</delete>
<mkdir dir="${dist.images}" />
-
- <mkdir dir="${dist.tmp}/logging-log4j-${version}" />
- <copy todir="${dist.tmp}/logging-log4j-${version}">
+ <mkdir dir="${dist.tmp}/nlog4j-${version}" />
+
+ <copy todir="${dist.tmp}/nlog4j-${version}">
<fileset dir="${base}"
includes="src/java/**,
docs/**,
@@ -440,9 +429,8 @@
manifest.mf,
INSTALL,
LICENSE.txt,
- dist/lib/log4j*.jar,
- dist/classes/**,
- contribs/**"
+ nlog4j*.jar,
+ classes/**"
excludes="make/make.loc,
**/*.bak, **/goEnv.bat,
**/Makefile, **/goEnv.bat,
@@ -453,23 +441,16 @@
</copy>
- <fixcrlf srcdir="${dist.tmp}/logging-log4j-${version}"
- includes="build.sh" cr="remove"/>
- <fixcrlf srcdir="${dist.tmp}/logging-log4j-${version}"
- includes="build.bat" cr="add"/>
- <chmod dir="${dist.tmp}/logging-log4j-${version}"
- includes="build.sh" perm="+x"/>
-
- <tar tarfile="${dist.images}/logging-log4j-${version}.tar"
+ <tar tarfile="${dist.images}/nlog4j-${version}.tar"
basedir="${dist.tmp}"
- includes="logging-log4j-${version}/**" />
+ includes="nlog4j-${version}/**" />
- <gzip src="${dist.images}/logging-log4j-${version}.tar"
- zipfile="${dist.images}/logging-log4j-${version}.tar.gz" />
+ <gzip src="${dist.images}/nlog4j-${version}.tar"
+ zipfile="${slf4j-site}/docs/dist/nlog4j-${version}.tar.gz" />
- <zip zipfile="${dist.images}/logging-log4j-${version}.zip"
+ <zip zipfile="${slf4j-site}/docs/dist/nlog4j-${version}.zip"
basedir="${dist.tmp}"
- includes="logging-log4j-${version}/**" />
+ includes="nlog4j-${version}/**" />
<delete dir="${dist.tmp}" />
Modified: nlog4j/trunk/docs/download.html
==============================================================================
--- nlog4j/trunk/docs/download.html (original)
+++ nlog4j/trunk/docs/download.html Sat May 14 23:30:23 2005
@@ -16,7 +16,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Ceki Gulcu">
- <meta name="email" value="ceki at apache.org">
+ <meta name="email" value="">
@@ -24,7 +24,7 @@
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
- <title>NLOG4j - Downloading log4j</title>
+ <title>NLOG4j - Downloading NLOG4J</title>
</head>
<body bgcolor="#ffffff" text="#000000" link="#525D76">
@@ -48,22 +48,21 @@
<div class="centercol">
<hr noshade="" size="1"/>
- <h1>log4j version 1.2.10</strong></h1>
- <p>Log4j is <a href="http://logging.apache.org/site/binindex.cgi"><b>available
- for download</b></a> from a number of mirrors. Please
- use these mirrors as they improve download time and save
- bandwidth.
- </p>
- <p>Log4j version 1.2.10 adds support for <a href="http://www.slf4j.org">SLF4J</a>. It also fixes several
- relatively minor bugs. Version 1.2.9 is identical to version
- 1.2.8, except that several key methods have been deprecated
- in preparation for version 1.3.0, the next major release of
- log4j. These changes are intended to enforce the rule that
- client code should never refer to the <code>Category</code>
- class directly, but use the <code>Logger</code> class
- instead. Similarly, client code should not refer to the
- <code>Priority</code> class but to the <code>Level</code>
- class instead.
+ <h1>NLOG4J version 1.2.10</strong></h1>
+ <p>NLOG4J is <a href="http://www.slf4j.org/download.html"><b>available for
+ download</b></a> from the SLF4J.ORG website. NLOG4J version
+ 1.2.10 adds support for <a href="http://www.slf4j.org">SLF4J</a>. It also fixes several
+ relatively minor bugs.
+ </p>
+ <p>Log4j version 1.2.9 is identical to version 1.2.8, except
+ that several key methods have been deprecated in preparation
+ for version 1.3.0, the next major release of log4j. These
+ changes are intended to enforce the rule that client code
+ should never refer to the <code>Category</code> class
+ directly, but use the <code>Logger</code> class
+ instead. Similarly, client code should not refer to the
+ <code>Priority</code> class but to the <code>Level</code>
+ class instead.
</p>
<p>See the document entitled <a href="http://www.qos.ch/logging/preparingFor13.jsp">preparing
for log4j 1.3</a> for a more detailed discussion.
Modified: nlog4j/trunk/docs/history.html
==============================================================================
--- nlog4j/trunk/docs/history.html (original)
+++ nlog4j/trunk/docs/history.html Sat May 14 23:30:23 2005
@@ -54,16 +54,14 @@
bugs that are solved in newer versions of NLOG4J. Please have a
look at the history file before asking for help.
</p>
- <p>The project's official URL is <a href="http://logging.apache.org/log4j">http://logging.apache.org/log4j</a>.
- </p>
- <p>Many thanks to all the log4j users who keep sending us input
+ <p>Many thanks to all the NLOG4J users who keep sending us input
and sometimes even praise for our collective effort. The first
ancestor of log4j was written for the E.U. sponsored <a href="http://www.semper.org">SEMPER</a> project. N. Asokan,
Ceki Gülcü and Michael Steiner came up with the idea
of hierarchical loggers back in 1996. Their idea is still at the
heart of log4j. The package was considerably improved over the
years at the <a href="http://www.zurich.ibm.com">IBM Zurich
- Research Laboratory</a>. However, log4j is no longer associated
+ Research Laboratory</a>. However, NLOG4J is no longer associated
nor supported by IBM.
</p>
Modified: nlog4j/trunk/docs/index.html
==============================================================================
--- nlog4j/trunk/docs/index.html (original)
+++ nlog4j/trunk/docs/index.html Sat May 14 23:30:23 2005
@@ -49,7 +49,20 @@
<div class="centercol">
<hr noshade="" size="1"/>
- <h1>Introduction</strong></h1>
+ <h1>What is NLOG4J?</strong></h1>
+ <p>NLOG4J is a production-quality log4j-replacement with native
+ SLF4J API support. NLOG4J is maintained by Ceki Gülcü,
+ the founder of the log4j project. Except for users of LF5,
+ chainsaw and <code>NTEvenAppender</code>, NLOG4J version 1.2.10
+ should be considered as a 100% compatible, drop-in replacement
+ for log4j version 1.2.9.
+ </p>
+ <p>As mentioned previously, NLOG4J differs from log4j in its
+ native support for SLF4J API. In order to save space, we chose
+ <em>not</em> to bundle LF5, and chainsaw and
+ <code>NTEventAppender</code> with NLOG4J.
+ </p>
+ <h1>Introduction</strong></h1>
<p>Inserting log statements into your code is a low-tech method
for debugging it. It may also be the only way because
debuggers are not always available or applicable. This is
@@ -97,10 +110,10 @@
- <hr/>
+ <hr/>
-
+
<!-- FOOTER -->
Modified: nlog4j/trunk/src/xdocs/download.xml
==============================================================================
--- nlog4j/trunk/src/xdocs/download.xml (original)
+++ nlog4j/trunk/src/xdocs/download.xml Sat May 14 23:30:23 2005
@@ -2,31 +2,31 @@
<document>
<properties>
- <author email="ceki at apache.org">Ceki Gulcu</author>
- <title>Downloading log4j</title>
+ <author email="">Ceki Gulcu</author>
+ <title>Downloading NLOG4J</title>
</properties>
<body>
- <section name="log4j version 1.2.10">
- <p>Log4j is <a
- href="http://logging.apache.org/site/binindex.cgi"><b>available
- for download</b></a> from a number of mirrors. Please
- use these mirrors as they improve download time and save
- bandwidth.
- </p>
-
- <p>Log4j version 1.2.10 adds support for <a
- href="http://www.slf4j.org">SLF4J</a>. It also fixes several
- relatively minor bugs. Version 1.2.9 is identical to version
- 1.2.8, except that several key methods have been deprecated
- in preparation for version 1.3.0, the next major release of
- log4j. These changes are intended to enforce the rule that
- client code should never refer to the <code>Category</code>
- class directly, but use the <code>Logger</code> class
- instead. Similarly, client code should not refer to the
- <code>Priority</code> class but to the <code>Level</code>
- class instead.
+ <section name="NLOG4J version 1.2.10">
+
+ <p>NLOG4J is <a
+ href="http://www.slf4j.org/download.html"><b>available for
+ download</b></a> from the SLF4J.ORG website. NLOG4J version
+ 1.2.10 adds support for <a
+ href="http://www.slf4j.org">SLF4J</a>. It also fixes several
+ relatively minor bugs.
+ </p>
+
+ <p>Log4j version 1.2.9 is identical to version 1.2.8, except
+ that several key methods have been deprecated in preparation
+ for version 1.3.0, the next major release of log4j. These
+ changes are intended to enforce the rule that client code
+ should never refer to the <code>Category</code> class
+ directly, but use the <code>Logger</code> class
+ instead. Similarly, client code should not refer to the
+ <code>Priority</code> class but to the <code>Level</code>
+ class instead.
</p>
<p>See the document entitled <a
Modified: nlog4j/trunk/src/xdocs/history.xml
==============================================================================
--- nlog4j/trunk/src/xdocs/history.xml (original)
+++ nlog4j/trunk/src/xdocs/history.xml Sat May 14 23:30:23 2005
@@ -17,11 +17,7 @@
look at the history file before asking for help.
</p>
- <p>The project's official URL is <a
- href="http://logging.apache.org/log4j">http://logging.apache.org/log4j</a>.
- </p>
-
- <p>Many thanks to all the log4j users who keep sending us input
+ <p>Many thanks to all the NLOG4J users who keep sending us input
and sometimes even praise for our collective effort. The first
ancestor of log4j was written for the E.U. sponsored <a
href="http://www.semper.org">SEMPER</a> project. N. Asokan,
@@ -29,7 +25,7 @@
of hierarchical loggers back in 1996. Their idea is still at the
heart of log4j. The package was considerably improved over the
years at the <a href="http://www.zurich.ibm.com">IBM Zurich
- Research Laboratory</a>. However, log4j is no longer associated
+ Research Laboratory</a>. However, NLOG4J is no longer associated
nor supported by IBM.
</p>
Modified: nlog4j/trunk/src/xdocs/index.xml
==============================================================================
--- nlog4j/trunk/src/xdocs/index.xml (original)
+++ nlog4j/trunk/src/xdocs/index.xml Sat May 14 23:30:23 2005
@@ -11,8 +11,28 @@
<body>
+ <section name="What is NLOG4J?">
+
+ <p>NLOG4J is a production-quality log4j-replacement with native
+ SLF4J API support. NLOG4J is maintained by Ceki Gülcü,
+ the founder of the log4j project. Except for users of LF5,
+ chainsaw and <code>NTEvenAppender</code>, NLOG4J version 1.2.10
+ should be considered as a 100% compatible, drop-in replacement
+ for log4j version 1.2.9.
+ </p>
+
+ <p>As mentioned previously, NLOG4J differs from log4j in its
+ native support for SLF4J API. In order to save space, we chose
+ <em>not</em> to bundle LF5, and chainsaw and
+ <code>NTEventAppender</code> with NLOG4J.
+ </p>
+
+ </section>
+
<section name="Introduction">
+
+
<p>Inserting log statements into your code is a low-tech method
for debugging it. It may also be the only way because
debuggers are not always available or applicable. This is
More information about the slf4j-dev
mailing list