carnold 2005/03/09 16:36:05
Modified: xdocs build.xml
xdocs/src contributing.xml index.xml performance.xml
support.xml
xdocs/src/stylesheets project.xml
xdocs/www contributing.html download.html index.html
news.html performance.html support.html team.html
xdocs/www/css site.css
Log:
Update website
Revision Changes Path
1.3 +2 -1 logging-log4cxx/xdocs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 12 Apr 2004 12:52:15 -0000 1.2
+++ build.xml 10 Mar 2005 00:36:05 -0000 1.3
@@ -62,9 +62,10 @@
templatePath="${docs.src}/stylesheets">
</anakia>
+ <!--
<copy file="${docs.src}/manual/doxygen.css"
tofile="${docs.dest}/css/doxygen.css"/>
<exec dir="${docs.src}/manual" executable="doxygen">
</exec>
-
+ -->
</target>
</project>
1.4 +18 -23 logging-log4cxx/xdocs/src/contributing.xml
Index: contributing.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/src/contributing.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contributing.xml 11 Jan 2005 23:00:47 -0000 1.3
+++ contributing.xml 10 Mar 2005 00:36:05 -0000 1.4
@@ -3,32 +3,34 @@
<document>
<properties>
<author email="mcatan at apache dot org">Michael CATANZARITI</author>
+ <author email="carnold at apache dot org">Curt Arnold</author>
<title>Contributing</title>
</properties>
<meta name="keywords" content="log4cxx contributing, CVS, mailing list"/>
<body>
<h1>Contributing to log4cxx Development</h1>
- <h2>Developer Mailing List</h2>
- <p>
- All discussion relating to log4cxx
development takes place
- on this list. All CVS checkin notifications
are also copied to
+ <h2>Bug Reporting and patch submission</h2>
+ <p>All bugs and patches should be reported using the
+ <a
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
project bug tracker</a>.
+ Bugs and patches against log4cxx-0.9.7 are no longer
desired, please check if the behavior
+ exists in the CVS HEAD before submitting a bug or a patch.
+ Patches should be attached to a bug report with the license
grant statement selected.
+ Substantial contributions will require the receipt of an <a
href="http://www.apache.org/licenses">
+ Contributor License Agreement</a> before acceptance.</p>
+
+ <h2>Development Mailing List</h2>
+ <p>Discussion relating to log4cxx
development takes place
+ on [EMAIL PROTECTED] All CVS checkin
notifications are also copied to
this list.
</p>
<h3>Mailing List Archives</h3>
<p>
- You can browse the mailing list
archives at the following
- location:
- </p>
-
- <ul>
- <li><a
-
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=218">
- eyebrowse</a></li>
- <li><a
-
href="http://marc.theaimsgroup.com/?l=log4cxx-dev&r=1&w=2">
- MARC</a></li>
- </ul>
+ [email protected] is archived at
+ <a
href="http://marc.theaimsgroup.com/?l=log4cxx-dev&r=1&w=2">MARC</a>,
+ <a
href="http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.devel">GMANE</a>,
+ and apache.org (<a
href="http://mail-archives.eu.apache.org/mod_mbox/logging-log4cxx-dev/">mod_mbox</a>,
+ <a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=218">eyebrowse</a>).</p>
<h3>Subscribe</h3>
<p>
@@ -136,12 +138,5 @@
<a
href="http://jakarta.apache.org/site/cvsindex.html">
Jakarta's CVS page</a> may
hold many helpful hints.
</p>
- <h2>Issue Tracking</h2>
- <p>
- Report a log4cxx bug or enhancement request
or submit a patch <a
-
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">
- here</a>.
- </p>
-
</body>
</document>
\ No newline at end of file
1.7 +47 -82 logging-log4cxx/xdocs/src/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/src/index.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- index.xml 11 Jan 2005 23:00:47 -0000 1.6
+++ index.xml 10 Mar 2005 00:36:05 -0000 1.7
@@ -2,105 +2,70 @@
<document>
<properties>
- <author email="mcatan at apache dot org">Michael
Catanzariti</author>
+ <author email="carnold at apache dot org">Curt
Arnold</author>
<title>About</title>
</properties>
<meta name="keywords" content="c++, cpp, cxx, logging, tracing,
component,
- framework, API, log4cxx"/>
+ framework, API, log4cxx. log4j"/>
<body>
- <h1>Project Status</h1>
-
-
<h1>About log4cxx</h1>
<h2>Introduction</h2>
- <p>
- Log4cxx is a port to C++ of the
- <a
href="http://logging.apache.org/log4j">Log4j</a> project.
- </p>
-
- <p>
- The goal is have the same
functionalities and interfaces of log4j.
- </p>
+ <p>Log4cxx is C++ port of <a
href="http://logging.apache.org/log4j">Log4j</a>.
+ log4cxx attempts to mimic log4j usage as
much as the language will allow
+ and to be compatible with log4j
configuration and output formats.</p>
<p>
Main concepts of the logging
framework are exposed in the
<a
href="manual/Introduction.html">short introduction to log4cxx</a>.
</p>
- <h2>Features</h2>
- <p>
- It's a flexible and highly
configurable logging framework.<br/>
+ <h2>Versions:</h2>
+ <p>log4cxx-0.9.7 can be downloaded from
+ <a
href="http://logging.apache.org/site/binindex.html">http://logging.apache.org/site/binindex.html</a>.
+ At this point, log4cxx-0.9.7 is
substantially out of date, has known
+ serious deficiencies that have been
resolved in the CVS, and should be avoided
+ for new code. Bug reports are
available from
+ <a
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550">http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550</a>
+ Bug <a
href="http://issues.apache.org/jira/browse/LOGCXX-4">LOG4CXX-4</a>,
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-11">LOG4CXX-11</a> are
+ the most likely to encountered by new
users. Due to the substantial architectural
+ differences between 0.9.7 and the CVS
HEAD, new bug reports against 0.9.7 will be
+ given very low priority.
</p>
+
+ <p>A new release, tenatively designated
0.9.8, is forthcoming from the CVS HEAD.
+ Bug <a
href="http://issues.apache.org/jira/browse/LOGCXX-62">LOGCXX-62</a> is
+ tracking the remaining blocking issues.
In general, the core
+ has substantially improved of
log4cxx-0.9.7 but several appenders have not been
+ adapted to the new architecture. Major
changes from log4cxx-0.9.7 include
+ use of <a
href="http://apr.apache.org">Apache Portable Runtime</a> (APR) for
+ threading, networking and other
services (<a
href="http://issues.apache.org/jira/browse/LOGCXX-36">LOGCXX-36</a>,
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-64">LOGCXX-64</a>),
+ simultaneous support for both wide and
multibyte messages (
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-10">LOGCXX-10</a>).
+ </p>
+
- <h3>Main features</h3>
- <ul>
- <li>Configurable logging
destinations.</li>
- <li>Configurable logging
format.</li>
- <li>Categorized logging
statements through a hierarchy.</li>
- <li>Filters.</li>
- <li>Thread safe library.</li>
- <li>UTF-16 Unicode
support.</li>
- </ul>
-
- <h3>Appenders</h3>
- <ul>
- <li>AsyncAppender</li>
- <li>ConsoleAppender</li>
-
<li>DailyRollingFileAppender</li>
- <li>FileAppender</li>
- <li>NTEventLogAppender</li>
- <li>ODBCAppender</li>
- <li>RollingFileAppender</li>
- <li>SMTPAppender</li>
- <li>SocketAppender</li>
- <li>SocketHubAappender</li>
- <li>SyslogAppender</li>
- <li>TelnetAppender</li>
- <li>XMLSocketAppender</li>
- </ul>
-
- <h3>Layouts</h3>
- <ul>
- <li>HTMLLayout</li>
- <li>PatternLayout</li>
- <li>SimpleLayout</li>
- <li>TTCCLayout</li>
- <li>XMLLayout</li>
- </ul>
-
- <h3>Filters</h3>
- <ul>
- <li>DenyAllFilter</li>
- <li>LevelMatchFilter</li>
- <li>LevelRangeFilter</li>
- <li>StringMatchFilter</li>
- </ul>
-
- <h3>Configurators</h3>
- <ul>
- <li>BasicConfigurator</li>
- <li>DOMConfigurator</li>
- <li>PropertyConfigurator</li>
- </ul>
-
- <h3>Customization</h3>
- <p>
- Java like objects with
dynamic cast and instanciation.
- Custom objects can be
configured through the DOMConfigurator
- and PropertyConfigurator
classes.
- </p>
-
- <h2>Supported OS</h2>
- <ul>
- <li>Linux (tested on Linux Mandrake
10.0)</li>
- <li>FreeBSD</li>
- <li>Windows (MSVC 6.0, MSVC 7.1 or
Cygwin)</li>
- <li>Other POSIX OS should be
supported but were not tested</li>
- </ul>
-
+ <h2>Platforms:</h2>
+ <p>The CVS HEAD is automatically built and
tested using the Ant build script
+ several times daily by <a
href="http://gump.apache.org">Gump</a>
+ currently using GCC 3.3.5 on Debian Linux
i386. It has been observed or reported
+ to build and pass tests on
+ using Microsoft C++ 6, 7 and 7.1 and Borland
C++ 5.5 on Microsoft Windows and
+ GCC on SuSE 9.1 x86_64 and i386, Fedora Core
3 i386 and Apple Moc OS/X 10.3.</p>
+
+ <h2>Building log4cxx:</h2>
+ <p>Build instructions are contained in the
<a
href="http://cvs.apache.org/viewcvs.cgi/logging-log4cxx/INSTALL?rev=1.8&view=log">INSTALL</a>.
+ An <a href="http://ant.apache.org">Ant</a>
build using the <a
href="http://ant-contrib.sourceforge.net/cc.html"><cc></a> and
+ <foreach> tasks
+ and ant-contrib.jar from the <a
href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>
+ is used for most day-to-day development and
the production of distributions. The Ant build can produce IDE project files
for Microsoft Visual
+ Studio 6, Borland CBuilderX and Apple XCode
on request. The Ant build can also download and build
+ APR and <a
href="http://cppunit.sourceforge.net/cgi-bin/moin.cgi">CppUnit</a>. An
autotools build file is also provided but at this moment
+ is incompatible with some versions of
autotools (<a
href="http://issues.apache.org/jira/browse/LOGCXX-44">LOGCXX-44</a>).</p>
</body>
</document>
1.2 +1 -108 logging-log4cxx/xdocs/src/performance.xml
Index: performance.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/src/performance.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- performance.xml 25 Apr 2004 19:51:06 -0000 1.1
+++ performance.xml 10 Mar 2005 00:36:05 -0000 1.2
@@ -8,113 +8,6 @@
<meta name="keywords" content="log4cxx performance"/>
<body>
<h1>Performance of logging</h1>
- <p>
- Experimental results are listed below in units of
<b>micro-seconds
- </b>. Measurements were done on a AMD Athlon 2200+
running Linux
- Mandrake 10.0.
- </p>
- <p>
- <table border="1">
- <caption align="top">Version 0.9.6</caption>
- <tr>
- <th>Layout</th>
- <th>NullAppender</th>
- <th>FileAppender</th>
- <th>FileAppender (no flush)</th>
- <th>AsyncAppender (no flush)</th>
- </tr>
- <tr>
- <td>SimpleLayout</td>
- <td>4</td>
- <td>12</td>
- <td>11</td>
- <td>24</td>
- </tr>
- <tr>
- <td>PatternLayout "%p - %m%n"</td>
- <td>5</td>
- <td>12</td>
- <td>5</td>
- <td>15</td>
- </tr>
- <tr>
- <td>PatternLayout "%-5p - %m%n"</td>
- <td>6</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>TTCCLayout/RELATIVE</td>
- <td>7</td>
- <td>17</td>
- <td>17</td>
- <td>29</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %c{2}
%x - %m%n"</td>
- <td>10</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %.10c
%x - %m%n"</td>
- <td>11</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %.20c
%x - %m%n"</td>
- <td>11</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %c -
%m%n"</td>
- <td>9</td>
- <td>18</td>
- <td>10</td>
- <td>22</td>
- </tr>
- <tr>
- <td>TTCCLayout/ISO8601</td>
- <td>12</td>
- <td>23</td>
- <td>23</td>
- <td>36</td>
- </tr>
- <tr>
- <td>PatternLayout "%d{ISO8601} [%t]
%-5p %c %x - %m%n"</td>
- <td>14</td>
- <td>26</td>
- <td>16</td>
- <td>29</td>
- </tr>
- <tr>
- <td>PatternLayout "%d{yyyy-MM-dd
HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n"</td>
- <td>14</td>
- <td>26</td>
- <td>16</td>
- <td>28</td>
- </tr>
- <tr>
- <td>PatternLayout "%l - %m%n"</td>
- <td>6</td>
- <td>14</td>
- <td>6</td>
- <td>13</td>
- </tr>
- <tr>
- <td>PatternLayout "%F.%L - %m%n"</td>
- <td>6</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- </table>
- </p>
+ <p>Performance benchmarks will be updated before release of
log4cxx-0.9.8.</p>
</body>
</document>
\ No newline at end of file
1.3 +12 -17 logging-log4cxx/xdocs/src/support.xml
Index: support.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/src/support.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- support.xml 11 Jan 2005 23:00:47 -0000 1.2
+++ support.xml 10 Mar 2005 00:36:05 -0000 1.3
@@ -3,31 +3,25 @@
<document>
<properties>
<author email="mcatan at apache dot org">Michael CATANZARITI</author>
+ <author email="carnold at apache dot org">Curt Arnold</author>
<title>Support</title>
</properties>
<meta name="keywords" content="log4cxx support, mailing list"/>
<body>
<h1>Log4cxx Support</h1>
<p>
- log4cxx user support is provided via the
log4cxx-user mailing list.
- Please search the archives before posting because
it is likely that your question has
- been answered before.
+ log4cxx user support is provided via the
[email protected] mailing list.
+ Please search mailing list archives and <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">bug
tracker</a> before posting.
+ The development mailing lists are described in the <a
href="contributing.html">contributing</a> topic.
</p>
<h3>Mailing List Archives</h3>
<p>
- You can browse the mailing list archives at
the following
- location:
- </p>
-
- <ul>
- <li><a
-
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=219">
- eyebrowse</a></li>
- <li><a
-
href="http://marc.theaimsgroup.com/?l=log4cxx-user&r=1&w=2">
- MARC</a></li>
- </ul>
+ [email protected] is archived at
+ <a
href="http://marc.theaimsgroup.com/?l=log4cxx-user&r=1&w=2">MARC</a>,
+ <a
href="http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user">GMANE</a>,
+ and apache.org (<a
href="http://mail-archives.eu.apache.org/mod_mbox/logging-log4cxx-user/">mod_mbox</a>,
+ <a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=219">eyebrowse</a>).</p>
<h3>Subscribe</h3>
<p>
@@ -90,10 +84,11 @@
<p>
Post a message to the list by
sending mail to
<a
href="mailto:[email protected]">
- [email protected]</a>.
+ [email protected]</a>.
Message containing attachments are
+ not accepted.
</p>
<p>
- To check for known bugs, report new
ones or submit a patch, use the <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
JIRA</a>.
+ To check for known bugs, report new
ones or submit a patch, use the <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
bug tracker</a>.
</p>
</body>
</document>
\ No newline at end of file
1.5 +8 -7 logging-log4cxx/xdocs/src/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/src/stylesheets/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 15 Jun 2004 20:08:01 -0000 1.4
+++ project.xml 10 Mar 2005 00:36:05 -0000 1.5
@@ -14,14 +14,15 @@
</menu>
<menu name="log4cxx project">
- <item name="About" href="/index.html"/>
- <item name="News" href="/news.html"/>
- <item name="Team" href="/team.html"/>
- <item name="Documentation" href="/manual/index.html"/>
- <item name="Support" href="/support.html"/>
- <item name="Contributing" href="/contributing.html"/>
- <item name="Performance" href="/performance.html"/>
+ <item name="Introduction" href="/index.html"/>
<item name="Download" href="/download.html"/>
+ <item name="Documentation" href="/manual/introduction.html"/>
+ <item name="Support" href="/support.html"/>
+ <item name="CVS Repositories"
href="http://logging.apache.org/site/cvs-repositories.html"/>
+ <item name="Mailing Lists"
href="http://logging.apache.org/site/mailing-lists.html"/>
+ <item name="Bug Reporting"
href="http://logging.apache.org/site/bugreport.html"/>
+ <item name="Gump"
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html"/>
+
</menu>
</body>
1.4 +43 -43 logging-log4cxx/xdocs/www/contributing.html
Index: contributing.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/contributing.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- contributing.html 11 Jan 2005 23:00:47 -0000 1.3
+++ contributing.html 10 Mar 2005 00:36:05 -0000 1.4
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -17,18 +17,20 @@
<meta name="author"
value="Michael CATANZARITI">
<meta name="email" value="mcatan at apache dot org">
+ <meta name="author" value="Curt
Arnold">
+ <meta name="email" value="carnold at apache dot org">
<meta name="keywords"
content="log4cxx contributing, CVS, mailing list" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - Contributing</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,71 +42,74 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Contributing to log4cxx Development</h1>
-
<h2>Developer Mailing List</h2>
-
<p>
- All discussion relating to log4cxx
development takes place
- on this list. All CVS checkin notifications
are also copied to
+
<h1>Contributing to log4cxx Development</h1>
+
<h2>Bug Reporting and patch submission</h2>
+
<p>All bugs and patches should be reported using the
+ <a
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
project bug tracker</a>.
+ Bugs and patches against log4cxx-0.9.7 are no longer
desired, please check if the behavior
+ exists in the CVS HEAD before submitting a bug or a patch.
+ Patches should be attached to a bug report with the license
grant statement selected.
+ Substantial contributions will require the receipt of an <a
href="http://www.apache.org/licenses">
+ Contributor License Agreement</a> before acceptance.</p>
+
<h2>Development Mailing List</h2>
+
<p>Discussion relating to log4cxx development takes place
+ on [EMAIL PROTECTED] All CVS checkin
notifications are also copied to
this list.
</p>
<h3>Mailing List Archives</h3>
<p>
- You can browse the mailing list
archives at the following
- location:
- </p>
-
<ul>
- <li><a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=218">
- eyebrowse</a></li>
- <li><a
href="http://marc.theaimsgroup.com/?l=log4cxx-dev&r=1&w=2">
- MARC</a></li>
- </ul>
+ [email protected] is archived at
+ <a
href="http://marc.theaimsgroup.com/?l=log4cxx-dev&r=1&w=2">MARC</a>,
+ <a
href="http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.devel">GMANE</a>,
+ and apache.org (<a
href="http://mail-archives.eu.apache.org/mod_mbox/logging-log4cxx-dev/">mod_mbox</a>,
+ <a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=218">eyebrowse</a>).</p>
<h3>Subscribe</h3>
<p>
Subscribe to either the list or to
the digest list:
@@ -232,26 +237,21 @@
<a
href="http://jakarta.apache.org/site/cvsindex.html">
Jakarta's CVS page</a> may
hold many helpful hints.
</p>
-
<h2>Issue Tracking</h2>
-
<p>
- Report a log4cxx bug, patch or enhancement
request <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">
- here</a>.
- </p>
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.11 +25 -25 logging-log4cxx/xdocs/www/download.html
Index: download.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/download.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- download.html 15 Jun 2004 20:16:42 -0000 1.10
+++ download.html 10 Mar 2005 00:36:05 -0000 1.11
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -21,14 +21,14 @@
<meta name="keywords"
content="log4cxx, download, release" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - Download</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,54 +40,54 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Releases Notes</h1>
+
<h1>Releases Notes</h1>
<p>
See <a href="ChangeLog">ChangeLog</a> for details.
</p>
@@ -98,18 +98,18 @@
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.8 +70 -98 logging-log4cxx/xdocs/www/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.html 11 Jan 2005 23:00:47 -0000 1.7
+++ index.html 10 Mar 2005 00:36:05 -0000 1.8
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -15,20 +15,20 @@
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"/>
- <meta name="author"
value="Michael Catanzariti">
- <meta name="email" value="mcatan at apache dot org">
+ <meta name="author"
value="Curt Arnold">
+ <meta name="email" value="carnold at apache dot org">
- <meta name="keywords" content="c++,
cpp, cxx, logging, tracing, component, framework, API, log4cxx" />
+ <meta name="keywords" content="c++,
cpp, cxx, logging, tracing, component, framework, API, log4cxx. log4j"
/>
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - About</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,145 +40,117 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Project Status</h1>
-
<h1>About log4cxx</h1>
+
<h1>About log4cxx</h1>
<h2>Introduction</h2>
-
<p>
- Log4cxx is a port to C++ of the
- <a
href="http://logging.apache.org/log4j">Log4j</a> project.
- </p>
-
<p>
- The goal is have the same
functionalities and interfaces of log4j.
- </p>
+
<p>Log4cxx is C++ port of <a
href="http://logging.apache.org/log4j">Log4j</a>.
+ log4cxx attempts to mimic log4j usage as
much as the language will allow
+ and to be compatible with log4j
configuration and output formats.</p>
<p>
Main concepts of the logging
framework are exposed in the
<a
href="manual/Introduction.html">short introduction to log4cxx</a>.
</p>
-
<h2>Features</h2>
-
<p>
- It's a flexible and highly
configurable logging framework.<br />
+
<h2>Versions:</h2>
+
<p>log4cxx-0.9.7 can be downloaded from
+ <a
href="http://logging.apache.org/site/binindex.html">http://logging.apache.org/site/binindex.html</a>.
+ At this point, log4cxx-0.9.7 is
substantially out of date, has known
+ serious deficiencies that have been
resolved in the CVS, and should be avoided
+ for new code. Bug reports are
available from
+ <a
href="http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550">http://issues.apache.org/jira/secure/BrowseProject.jspa?id=10550</a>
+ Bug <a
href="http://issues.apache.org/jira/browse/LOGCXX-4">LOG4CXX-4</a>,
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-11">LOG4CXX-11</a> are
+ the most likely to encountered by new
users. Due to the substantial architectural
+ differences between 0.9.7 and the CVS
HEAD, new bug reports against 0.9.7 will be
+ given very low priority.
</p>
-
<h3>Main features</h3>
-
<ul>
- <li>Configurable logging
destinations.</li>
- <li>Configurable logging
format.</li>
- <li>Categorized logging
statements through a hierarchy.</li>
- <li>Filters.</li>
- <li>Thread safe library.</li>
- <li>UTF-16 Unicode
support.</li>
- </ul>
-
<h3>Appenders</h3>
-
<ul>
- <li>AsyncAppender</li>
- <li>ConsoleAppender</li>
-
<li>DailyRollingFileAppender</li>
- <li>FileAppender</li>
- <li>NTEventLogAppender</li>
- <li>ODBCAppender</li>
- <li>RollingFileAppender</li>
- <li>SMTPAppender</li>
- <li>SocketAppender</li>
- <li>SocketHubAappender</li>
- <li>SyslogAppender</li>
- <li>TelnetAppender</li>
- <li>XMLSocketAppender</li>
- </ul>
-
<h3>Layouts</h3>
-
<ul>
- <li>HTMLLayout</li>
- <li>PatternLayout</li>
- <li>SimpleLayout</li>
- <li>TTCCLayout</li>
- <li>XMLLayout</li>
- </ul>
-
<h3>Filters</h3>
-
<ul>
- <li>DenyAllFilter</li>
- <li>LevelMatchFilter</li>
- <li>LevelRangeFilter</li>
- <li>StringMatchFilter</li>
- </ul>
-
<h3>Configurators</h3>
-
<ul>
- <li>BasicConfigurator</li>
- <li>DOMConfigurator</li>
- <li>PropertyConfigurator</li>
- </ul>
-
<h3>Customization</h3>
-
<p>
- Java like objects with
dynamic cast and instanciation.
- Custom objects can be
configured through the DOMConfigurator
- and PropertyConfigurator
classes.
- </p>
-
<h2>Supported OS</h2>
-
<ul>
- <li>Linux (tested on Linux Mandrake
10.0)</li>
- <li>FreeBSD</li>
- <li>Windows (MSVC 6.0, MSVC 7.1 or
Cygwin)</li>
- <li>Other POSIX OS should be
supported but were not tested</li>
- </ul>
+
<p>A new release, tenatively designated 0.9.8, is
forthcoming from the CVS HEAD.
+ Bug <a
href="http://issues.apache.org/jira/browse/LOGCXX-62">LOGCXX-62</a> is
+ tracking the remaining blocking issues.
In general, the core
+ has substantially improved of
log4cxx-0.9.7 but several appenders have not been
+ adapted to the new architecture. Major
changes from log4cxx-0.9.7 include
+ use of <a
href="http://apr.apache.org">Apache Portable Runtime</a> (APR) for
+ threading, networking and other
services (<a
href="http://issues.apache.org/jira/browse/LOGCXX-36">LOGCXX-36</a>,
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-64">LOGCXX-64</a>),
+ simultaneous support for both wide and
multibyte messages (
+ <a
href="http://issues.apache.org/jira/browse/LOGCXX-10">LOGCXX-10</a>).
+ </p>
+
<h2>Platforms:</h2>
+
<p>The CVS HEAD is automatically built and tested using
the Ant build script
+ several times daily by <a
href="http://gump.apache.org">Gump</a>
+ currently using GCC 3.3.5 on Debian Linux
i386. It has been observed or reported
+ to build and pass tests on
+ using Microsoft C++ 6, 7 and 7.1 and Borland
C++ 5.5 on Microsoft Windows and
+ GCC on SuSE 9.1 x86_64 and i386, Fedora Core
3 i386 and Apple Moc OS/X 10.3.</p>
+
<h2>Building log4cxx:</h2>
+
<p>Build instructions are contained in the <a
href="http://cvs.apache.org/viewcvs.cgi/logging-log4cxx/INSTALL?rev=1.8&view=log">INSTALL</a>.
+ An <a href="http://ant.apache.org">Ant</a>
build using the <a
href="http://ant-contrib.sourceforge.net/cc.html"><cc></a> and
+ <foreach> tasks
+ and ant-contrib.jar from the <a
href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>
+ is used for most day-to-day development and
the production of distributions. The Ant build can produce IDE project files
for Microsoft Visual
+ Studio 6, Borland CBuilderX and Apple XCode
on request. The Ant build can also download and build
+ APR and <a
href="http://cppunit.sourceforge.net/cgi-bin/moin.cgi">CppUnit</a>. An
autotools build file is also provided but at this moment
+ is incompatible with some versions of
autotools (<a
href="http://issues.apache.org/jira/browse/LOGCXX-44">LOGCXX-44</a>).</p>
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.7 +25 -25 logging-log4cxx/xdocs/www/news.html
Index: news.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/news.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- news.html 11 Jan 2005 23:00:47 -0000 1.6
+++ news.html 10 Mar 2005 00:36:05 -0000 1.7
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -21,14 +21,14 @@
<meta name="keywords"
content="log4cxx news" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - News</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,54 +40,54 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>News</h1>
+
<h1>News</h1>
<h3>11 January 2005 - log4cxx graduates from the
incubator</h3>
<p>The Incubator PMC has voted to graduate log4cxx.
log4cxx is
now a subproject of the Apache Logging Services Project.
@@ -141,18 +141,18 @@
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.3 +26 -133 logging-log4cxx/xdocs/www/performance.html
Index: performance.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/performance.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- performance.html 15 Jun 2004 20:16:42 -0000 1.2
+++ performance.html 10 Mar 2005 00:36:05 -0000 1.3
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -21,14 +21,14 @@
<meta name="keywords"
content="log4cxx performance" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - News</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,177 +40,70 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Performance of logging</h1>
-
<p>
- Experimental results are listed below in units of
<b>micro-seconds
- </b>. Measurements were done on a AMD Athlon 2200+
running Linux
- Mandrake 10.0.
- </p>
-
<p>
- <table border="1">
- <caption align="top">Version 0.9.6</caption>
- <tr>
- <th>Layout</th>
- <th>NullAppender</th>
- <th>FileAppender</th>
- <th>FileAppender (no flush)</th>
- <th>AsyncAppender (no flush)</th>
- </tr>
- <tr>
- <td>SimpleLayout</td>
- <td>4</td>
- <td>12</td>
- <td>11</td>
- <td>24</td>
- </tr>
- <tr>
- <td>PatternLayout "%p - %m%n"</td>
- <td>5</td>
- <td>12</td>
- <td>5</td>
- <td>15</td>
- </tr>
- <tr>
- <td>PatternLayout "%-5p - %m%n"</td>
- <td>6</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>TTCCLayout/RELATIVE</td>
- <td>7</td>
- <td>17</td>
- <td>17</td>
- <td>29</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %c{2}
%x - %m%n"</td>
- <td>10</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %.10c
%x - %m%n"</td>
- <td>11</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %.20c
%x - %m%n"</td>
- <td>11</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- <tr>
- <td>PatternLayout "%r [%t] %-5p %c -
%m%n"</td>
- <td>9</td>
- <td>18</td>
- <td>10</td>
- <td>22</td>
- </tr>
- <tr>
- <td>TTCCLayout/ISO8601</td>
- <td>12</td>
- <td>23</td>
- <td>23</td>
- <td>36</td>
- </tr>
- <tr>
- <td>PatternLayout "%d{ISO8601} [%t]
%-5p %c %x - %m%n"</td>
- <td>14</td>
- <td>26</td>
- <td>16</td>
- <td>29</td>
- </tr>
- <tr>
- <td>PatternLayout "%d{yyyy-MM-dd
HH:mm:ss,SSS} [%t] %-5p %c %x - %m%n"</td>
- <td>14</td>
- <td>26</td>
- <td>16</td>
- <td>28</td>
- </tr>
- <tr>
- <td>PatternLayout "%l - %m%n"</td>
- <td>6</td>
- <td>14</td>
- <td>6</td>
- <td>13</td>
- </tr>
- <tr>
- <td>PatternLayout "%F.%L - %m%n"</td>
- <td>6</td>
- <td>NA</td>
- <td>NA</td>
- <td>NA</td>
- </tr>
- </table>
- </p>
+
<h1>Performance of logging</h1>
+
<p>Performance benchmarks will be updated before release
of log4cxx-0.9.8.</p>
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.3 +38 -39 logging-log4cxx/xdocs/www/support.html
Index: support.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/support.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- support.html 11 Jan 2005 23:00:47 -0000 1.2
+++ support.html 10 Mar 2005 00:36:05 -0000 1.3
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -17,18 +17,20 @@
<meta name="author"
value="Michael CATANZARITI">
<meta name="email" value="mcatan at apache dot org">
+ <meta name="author" value="Curt
Arnold">
+ <meta name="email" value="carnold at apache dot org">
<meta name="keywords"
content="log4cxx support, mailing list" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - Support</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,70 +42,66 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Log4cxx Support</h1>
+
<h1>Log4cxx Support</h1>
<p>
- log4cxx user support is provided via the
log4cxx-user mailing list.
- Please search the archives before posting because
it is likely that your question has
- been answered before.
+ log4cxx user support is provided via the
[email protected] mailing list.
+ Please search mailing list archives and <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">bug
tracker</a> before posting.
+ The development mailing lists are described in the <a
href="contributing.html">contributing</a> topic.
</p>
<h3>Mailing List Archives</h3>
<p>
- You can browse the mailing list archives at
the following
- location:
- </p>
-
<ul>
- <li><a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=219">
- eyebrowse</a></li>
- <li><a
href="http://marc.theaimsgroup.com/?l=log4cxx-user&r=1&w=2">
- MARC</a></li>
- </ul>
+ [email protected] is archived at
+ <a
href="http://marc.theaimsgroup.com/?l=log4cxx-user&r=1&w=2">MARC</a>,
+ <a
href="http://dir.gmane.org/gmane.comp.apache.logging.log4cxx.user">GMANE</a>,
+ and apache.org (<a
href="http://mail-archives.eu.apache.org/mod_mbox/logging-log4cxx-user/">mod_mbox</a>,
+ <a
href="http://nagoya.apache.org/eyebrowse/SummarizeList?listId=219">eyebrowse</a>).</p>
<h3>Subscribe</h3>
<p>
Subscribe to either the list or to the
digest list:
@@ -158,26 +156,27 @@
<p>
Post a message to the list by
sending mail to
<a
href="mailto:[email protected]">
- [email protected]</a>.
+ [email protected]</a>.
Message containing attachments are
+ not accepted.
</p>
<p>
- To check for known bugs or report
new ones, use the <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
JIRA</a>.
+ To check for known bugs, report new
ones or submit a patch, use the <a
href="http://nagoya.apache.org/jira/secure/BrowseProject.jspa?id=10550">log4cxx
bug tracker</a>.
</p>
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.9 +25 -25 logging-log4cxx/xdocs/www/team.html
Index: team.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/team.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- team.html 11 Jan 2005 23:00:47 -0000 1.8
+++ team.html 10 Mar 2005 00:36:05 -0000 1.9
@@ -5,7 +5,7 @@
-
+
<!-- start the processing -->
<!--
====================================================================== -->
<!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
@@ -21,14 +21,14 @@
<meta name="keywords"
content="log4cxx, team" />
-
+
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
<title>log4cxx - Team</title>
</head>
- <body bgcolor="#ffffff" text="#000000" link="#525D76">
- <!-- START Header table -->
+ <body bgcolor="#ffffff" text="#000000" link="#525D76">
+ <!-- START Header table -->
<table border="0" cellspacing="0" width="90%">
<!-- TOP IMAGE -->
<tr>
@@ -40,54 +40,54 @@
</tr>
</table>
- <!-- END Header table -->
+ <!-- END Header table -->
- <!-- START main table -->
+ <!-- START main table -->
<table id="main" border="0" width="90%" cellspacing="2"
cellpadding="0">
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
-
+
<tr>
<!-- LEFT SIDE NAVIGATION -->
<td id="navbar" valign="top">
<!--
============================================================ -->
<table id="navbar" border="0" cellspacing="0" cellpadding="0">
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>Apache</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
+ <tr><td class="navbarItem"><small> <a
href="http://www.apache.org">Apache Home</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/">Logging Services</a>
</small></td></tr>
<tr >
- <td class="navbarHeader" nowrap="true">
+ <td class="navbarHeader" nowrap="true">
<strong>log4cxx project</strong>
</td>
</tr>
- <tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
+ <tr><td class="navbarItem"><small> <a
href="./index.html">Introduction</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+ <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
+ <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
+ <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./support.html">Support</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/cvs-repositories.html">CVS Repositories</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./contributing.html">Contributing</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/mailing-lists.html">Mailing Lists</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./performance.html">Performance</a>
+ <tr><td class="navbarItem"><small> <a
href="http://logging.apache.org/site/bugreport.html">Bug Reporting</a>
</small></td></tr>
- <tr><td class="navbarItem"><small> <a
href="./download.html">Download</a>
+ <tr><td class="navbarItem"><small> <a
href="http://brutus.apache.org/gump/public/logging-log4cxx/logging-log4cxx-ant/gump_work/build_logging-log4cxx_logging-log4cxx-ant.html">Gump</a>
</small></td></tr>
- </table>
-
+ </table>
+
</td>
<td id="mainContents" align="left" valign="top">
-
<h1>Log4cxx team</h1>
+
<h1>Log4cxx team</h1>
<h3>Michael Catanzariti - Project Manager, Developer (on
leave)</h3>
<ul>
<li>Apache login name: mcatan</li>
@@ -106,18 +106,18 @@
</td>
</tr>
-
+
<!-- FOOTER -->
<tr><td colspan="2">
<hr noshade="" size="1"/>
</td></tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1"><em>
- Copyright © 1999-2004, Apache Software Foundation
+ Copyright © 1999-2005, Apache Software Foundation
</em></font></div>
</td></tr>
</table>
- <!-- END main table -->
+ <!-- END main table -->
</body>
</html>
<!-- end the processing -->
1.3 +2 -2 logging-log4cxx/xdocs/www/css/site.css
Index: site.css
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/css/site.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- site.css 11 Jan 2005 23:00:47 -0000 1.2
+++ site.css 10 Mar 2005 00:36:05 -0000 1.3
@@ -13,7 +13,7 @@
}
.centercol {
- margin-top: 100px;
+ margin-top: 120px;
margin-left: 210px;
margin-right:210px;
max-width: 800px;
@@ -30,7 +30,7 @@
position: absolute;
left: 10px;
top: 10px;
- height: 100px;
+ height: 130px;
width: 1000px;
}