The version of Apache log4j used by SoundHelix.
Clone
HTTPS:
git clone https://vervis.peers.community/repos/aEp6o
SSH:
git clone USERNAME@vervis.peers.community:aEp6o
Branches
Tags
- 1.3alpha-7
- CHAINSAW_2_SANDBOX_MERGE
- CORE_VERSION
- LEVEL_REPLACES_PRIORITY
- PREALPHA_1_3_AS_OF_2004_05_12
- PRE_CHAINSAW_MODEL_CONVERSION
- PRE_UGLI_MOVE
- TAG_CHAINSAW2_MOVE
- log4j-1.2.17
- log4j-1.2.17-rc1
- v1.3alpha8
- v1.3alpha8-temp
- v1_2_1
- v1_2_10-recalled
- v1_2_11
- v1_2_11_rc1
- v1_2_11rc3
- v1_2_12
- v1_2_12_rc1
- v1_2_12_rc2
- v1_2_12_rc3
- v1_2_12_rc4
- v1_2_12_rc5
- v1_2_12_rc6
- v1_2_13
- v1_2_13_rc1
- v1_2_13_rc2
- v1_2_13_site_update
- v1_2_14
- v1_2_14_maven
- v1_2_14_rc1
- v1_2_14_site_update
- v1_2_15
- v1_2_15_rc1
- v1_2_15_rc2
- v1_2_15_rc3
- v1_2_15_rc4
- v1_2_15_rc5
- v1_2_15_rc6
- v1_2_16
- v1_2_16_rc1
- v1_2_16_rc2
- v1_2_17
- v1_2_17-rc1
- v1_2_17_rc1
- v1_2_17_rc2
- v1_2_17_rc3
- v1_2_2
- v1_2_3
- v1_2_4
- v1_2_6
- v1_2_7
- v1_2_9
- v1_2_alpha0
- v1_2_alpha7
- v1_2beta1
- v1_2final
- v1_3alpha_1
- v1_3alpha_6
- v_1_0
- v_1_0_1
- v_1_0_4
- v_1_1
- v_1_1_1
- v_1_1_2
- v_1_1_3
- v_1_1_b1
- v_1_1b2
- v_1_1b3
- v_1_1b5
- v_1_1b6
- v_1_1b7
- v_1_2beta3
download.xml
<?xml version="1.0"?>
<document>
<properties>
<author email="cgu@apache.org">Ceki Gulcu</author>
<title>Download</title>
</properties>
<body>
<!--
<table CELLSPACING="8" CELLPADDING="4" FGCOLOR="gray"
BORDER="0" WIDTH="25%" ALIGN="RIGHT" VALIGN="TOP">
<tr>
<td valign="center" BGCOLOR="#FFFFCF" ALIGN="center">
<b><font color="CC0000">This is your last chance to bail out!</font></b>
</td>
</tr>
<tr>
<td>
<font color="666666">
There is <a href="praise.html">mounting evidence</a> showing that
log4j is highly addictive. In clinical tests, starving programmers
have consistently preferred logging to pizza.
<p> Are you absolutely sure you want to use log4j? Because once
hooked, there is no turning back.</p>
</font>
</td>
</tr>
</table>
-->
<section name="log4j version 1.1.3">
<p>Download version 1.1.3 including <i>full source code</i>,
class files and documentation in <a
href="../jakarta-log4j-1.1.3.tar.gz"><b>TAR.GZ</b></a> format
or in <a href="../jakarta-log4j-1.1.3.zip"><b>ZIP</b></a>
format. You may elect to browse log4j <a
href="documentation.html"><b>documentation</b></a> online.
</p>
<p><a
href="http://www.javaworld.com/javaworld/jw-05-2001/jw-0504-finalists.html"><img
src="images/ecaward_finalist_logo.gif" align="right"
border="0"/></a>Version 1.1.3 is the 21st major public
release of log4j. It is backward compatible with log4j
version 1.0.x.</p>
<p>We also maintain a list of <a href="earlier.html">earlier
versions</a> of log4j for download, intended for the curious
paleontologist.</p>
</section>
<section name="log4j version 1.2 alpha1">
<p>An alpha version of log4j 1.2 is now available in in <a
href="../jakarta-log4j-1.2alpha1.tar.gz"><b>TAR.GZ</b></a>
format or in <a
href="../jakarta-log4j-1.2alpha1.zip"><b>ZIP</b></a> format.
</p>
<p>Log4j version 1.2 is still in alpha stage. It is not
feature-complete, still requries fair amount of testing, nor
is the documentation up to date. We have gone to great lengths
to ensure that version 1.2 is backward compatible with earlier
versions. However, some previously deprecated APIs are now
removed. Moreover, users who have written sub-classes of
Category will need to modify their code. See the HISTORY file
for more details.
</p>
</section>
<section name="Third-party software">
<dl>
<dt><a href="http://qos.ch/"><b>log4j<em>ME</em></b></a></dt>
<dd>Log4j<em>ME</em>, or log4j MicroEdition, is based on the same
code as log4j. However, as the name indicates the micro-edition is
much smaller. It offers the same client interface such that code
compiled for log4jME is 100% compatible with log4j standard
edition. You can choose to upgrade to log4j standard edition at any
time by replacing <em>log4jME.jar</em> with <em>log4j.jar</em> in
your classpath.
</dd>
<dt><a href="http://sourceforge.net/projects/log4cpp/"><b>log4cpp</b></a></dt>
<dd>A library of C++ classes for flexible logging to files, syslog, IDSA and
other destinations modeled after log4j by Bastiaan Bakker.</dd>
<dt><a href="http://log4p.sourceforge.net"><b>log4p</b></a></dt>
<dd>A Python translation of log4j by Igor Poteryaev.</dd>
<dt><a href="http://support.klopotek.de/log4j/jdbc/index.html"><b>JDBCAppender</b></a></dt>
<dd>A JDBCAppender by <a href="mailto:t.fenner@klopotek.de">Thomas Fenner</a>.</dd>
<dt><a href="http://www.puppycrawl.com/chainsaw"><b>Chainsaw</b></a></dt>
<dd>Chainsaw is a GUI log viewer and filter for the Log4J package. It listens for <a href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/spi/LoggingEvent.html">LoggingEvent</a> objects sent using the <a href="http://jakarta.apache.org/log4j/docs/api/org/apache/log4j/net/SocketAppender.html">SocketAppender</a> and displays them in a table.
</dd>
<dt><a href="http://www.servidium.com/site/logfactor5/index.html"><b>LogFactor5</b></a></dt>
<dd>A GUI appender (commercial).</dd>
<dt><a href="http://jakarta.apache.org/taglibs/doc/log-doc/intro.html">
<b>Log Tag</b></a>
</dt>
<dd>A custom log tag library from the <a
href="http://jakarta.apache.org/taglibs/index.html">Jakarta
Taglibs</a> project.</dd>
<dt><a href="http://www.japhy.de/configLog4j"><b>configLog4j</b></a></dt>
<dd>A visual log4j configuration file editor by Tobias Dezulian.</dd>
<dt><a href="http://developer.jini.org/exchange/projects/log"><b>JINI logging service</b></a> (registration required)</dt>
<dd>A log4j wrapper for JINI Jerome Bernard.</dd>
</dl>
<p>If you would like your software to be listed here, then send a note to the <a
href="mailto:log4j-user@jakarta.apache.org">log4j-user@jakarta.apache.org</a>
list.</p>
</section>
</body>
</document>