Author: tschoening
Date: Sat Jan 27 11:56:54 2018
New Revision: 1024421
Log:
LOGCXX-497: Changed HTTP to HTTPS as requested.
Modified:
websites/production/logging/content/log4cxx/0.10.0/building/ant.html
websites/production/logging/content/log4cxx/0.10.0/building/autotools.html
websites/production/logging/content/log4cxx/0.10.0/building/index.html
websites/production/logging/content/log4cxx/0.10.0/building/maven.html
websites/production/logging/content/log4cxx/0.10.0/building/vstudio.html
websites/production/logging/content/log4cxx/0.10.0/building/xcode.html
websites/production/logging/content/log4cxx/0.10.0/changes-report.html
websites/production/logging/content/log4cxx/0.10.0/dependencies.html
websites/production/logging/content/log4cxx/0.10.0/download.html
websites/production/logging/content/log4cxx/0.10.0/faq.html
websites/production/logging/content/log4cxx/0.10.0/index.html
websites/production/logging/content/log4cxx/0.10.0/issue-tracking.html
websites/production/logging/content/log4cxx/0.10.0/license.html
websites/production/logging/content/log4cxx/0.10.0/mail-lists.html
websites/production/logging/content/log4cxx/0.10.0/project-info.html
websites/production/logging/content/log4cxx/0.10.0/project-reports.html
websites/production/logging/content/log4cxx/0.10.0/source-repository.html
websites/production/logging/content/log4cxx/0.10.0/usage.html
Modified: websites/production/logging/content/log4cxx/0.10.0/building/ant.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/ant.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/ant.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -199,12 +199,13 @@
<li>Install cpptasks 1.0b5 or later from the <a class="externalLink"
href="http://ant-contrib.sourceforge.net">Ant-Contrib Project</a>. ant-contribs
1.0b3 or later is needed for some less frequent build targets.</li>
<li>Install APR and APR-Util or place source in apr and apr-util directories
as a sibling to the log4cxx directory.</li>
<li>Install gzip and zip (used for compression by RollingFileAppender) and sed
(used to normalize output files for comparison in unit tests).</li>
-<li>Install log4j 1.2. Used in testing of SocketAppender.
+<li>Install log4j 1.2. Used in testing of SocketAppender.
<p>Building and testing log4cxx on a Unix platform with packaged APR and
APR-Util. </p>
<div class="source">
<pre>$ export CLASSPATH=~/cpptasks/cpptasks-1.0b5.jar
$ cd apache-log4cxx-0.10.0
-$ ant</pre></div>
+$ ant
+</pre></div>
<p>Building and testing log4cxx on a Unix platform with APR and APR-Util built
from source. </p>
<div class="source">
<pre>$ export CLASSPATH=~/cpptasks/cpptasks-1.0b5.jar
@@ -213,7 +214,8 @@ $ mv apr-1.2.12 apr
$ tar -xvzf apr-util-1.2.12.tar.gz
$ mv apr-util-1.2.12 apr-util
$ cd apache-log4cxx-0.10.0
-$ ant</pre></div>
+$ ant
+</pre></div>
<p>Building and testing log4cxx on a Microsoft Windows with APR and APR-Util
built from source. </p>
<div class="source">
<pre>set PATH=\apache-ant-1.7.0\bin;%PATH%
@@ -223,7 +225,8 @@ rename apr-1.2.12 apr
tar -xvzf apr-util-1.2.12.tar.gz
rename apr-util-1.2.12 apr-util
cd apache-log4cxx-0.10.0
-ant -Dfind=false</pre></div></li></ul></div>
+ant -Dfind=false
+</pre></div></li></ul></div>
<div class="section">
<h3>Common ant targets<a name="Common_ant_targets"></a></h3>
<table border="1" class="bodyTable">
@@ -333,7 +336,8 @@ ant -Dfind=false</pre></div></li></ul></
$ ant -Dos.family=cygwin \
-Dwith-apr=/cygwin/lib \
-Dwith-apr-util=/cygwin/lib \
- -Denable-wchar_t=0</pre></div></li>
+ -Denable-wchar_t=0
+</pre></div></li>
<li>MinGW:
<div class="source">
<pre>$ cd apache-log4cxx-0.10.0
@@ -343,27 +347,30 @@ $ cd src\test\resources
$ set TOTO=wonderful
$ set key1=value1
$ set key2=value2
-$ ..\..\..\target\debug\shared\testsuite -v
+$ ..\..\..\target\debug\shared\testsuite -v
$ ..\..\..\target\debug\shared\trivial
-$ ..\..\..\target\debug\shared\stream </pre></div>
+$ ..\..\..\target\debug\shared\stream
+</pre></div>
<p>Running "ant check" was observed to fail with unexpected
exceptions in streamtestcase and datetimedateformattestcase. See <a
class="externalLink"
href="http://issues.apache.org/jira/browse/LOGCXX-244">LOGCXX-244</a>.</p></li>
<li>Debian:
<p>Apache APR, APR-Util, Ant and log4j and zip may be installed using:</p>
<div class="source">
<pre>$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev \
- ant ant-optional liblog4j1.2-java zip</pre></div></li>
+ ant ant-optional liblog4j1.2-java zip
+</pre></div></li>
<li>Mac OS/X:
<p>APR and APR-Util are provided by the platform in Mac OS/X 10.5 and iODBC in
10.4.</p>
<p>Site generation requires "doxygen" command on path which can be
provided by installing Doxygen.app and then setting the path like:</p>
<div class="source">
-<pre>$ setenv PATH
/Applications/Doxygen.app/Contents/Resources:$PATH</pre></div></li></ul></div></div>
+<pre>$ setenv PATH /Applications/Doxygen.app/Contents/Resources:$PATH
+</pre></div></li></ul></div></div>
</td>
</tr>
</table>
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified:
websites/production/logging/content/log4cxx/0.10.0/building/autotools.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/autotools.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/autotools.html
Sat Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -199,7 +199,8 @@
$ ./configure
$ make
$ make check
-$ sudo make install</pre></div></div>
+$ sudo make install
+</pre></div></div>
<div class="section">
<h3>configure options<a name="configure_options"></a></h3>
<table border="1" class="bodyTable">
@@ -243,7 +244,8 @@ $ sudo make install</pre></div></div>
<h4>Debian:<a name="Debian:"></a></h4>
<p>APR, APR-Util and zip may be installed by:</p>
<div class="source">
-<pre>$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev
zip</pre></div></div>
+<pre>$ sudo apt-get install libapr1.0-dev libaprutil1.0-dev zip
+</pre></div></div>
<div class="section">
<h4>FreeBSD:<a name="FreeBSD:"></a></h4>
<p>APR, APR-Util and zip may be installed from the ports collection by:</p>
@@ -253,7 +255,8 @@ $ sudo make install</pre></div></div>
# make install
# cd /usr/ports/devel/apr
# make
-# make install</pre></div></div>
+# make install
+</pre></div></div>
<div class="section">
<h4>Cygwin:<a name="Cygwin:"></a></h4>
<p>Install zip (used by RollingFileAppender) and sed (used to normalize output
files for comparison in the unit tests). The prepackaged APR currently
available from Cygwin has APR_HAS_THREADS == 0. Some appenders will not be
available and some may operate with reduced functionality. There have been
reports of building APR on Cygwin with threads enabled.</p></div>
@@ -268,7 +271,7 @@ $ cd ..
$ svn co https://svn.apache.org/repos/asf/apr/apr/trunk apr
$ cd apr
$ ./buildconf.sh
-$ ./configure
+$ ./configure
$ make install
$ cd ..
$ svn co \
@@ -281,7 +284,8 @@ $ make install
$ cd ../apache-log4cxx-0.10.0
$ ./configure --with-apr=/usr/local \
--with-apr-util=/usr/local --with-logchar=wchar_t
-$ make install</pre></div>
+$ make install
+</pre></div>
<p>Running "make check" was observed to fail with unexpected
exceptions in streamtestcase and datetimedateformattestcase. See <a
class="externalLink"
href="http://issues.apache.org/jira/browse/LOGCXX-244">LOGCXX-244</a>.</p></div></div></div>
</td>
</tr>
@@ -289,7 +293,7 @@ $ make install</pre></div>
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/building/index.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/index.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/index.html Sat
Jan 27 11:56:54 2018
@@ -15,11 +15,11 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
- <title>log4cxx -
+ <title>log4cxx -
Building Apache log4cxx - Apache log4cxx</title>
<link rel="stylesheet" href="../css/bootstrap.min.css"
type="text/css" />
<link rel="stylesheet" href="../css/site.css" type="text/css" />
@@ -27,9 +27,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -44,31 +44,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -125,8 +125,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -162,23 +162,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -204,10 +204,10 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. -->
-
+
<div class="section">
<h2>Building Apache log4cxx<a name="Building_Apache_log4cxx"></a></h2>
-
+
<p>
The project supports different build tools on
different platforms, have a look at
the menu to find the platform you need. If your
environment is not covered already,
@@ -219,10 +219,10 @@
</p>
</div>
-
+
<div class="section">
<h2>Covered by the team<a name="Covered_by_the_team"></a></h2>
-
+
<p>
The following table provides an overview about
the environments some of the team
members have access to and therefore normally
should work out of the box or at
@@ -230,202 +230,202 @@
how good the support on each platform is, it's
just a guide.
</p>
-
+
<table border="0" class="bodyTable"><caption>Environments in use</caption>
-
+
<thead>
-
+
<tr class="a">
-
+
<th id="os">OS</th>
-
+
<th id="os_x86_x64">x86 vs. x64</th>
-
+
<th id="environment">Environment</th>
-
+
<th id="compiler">Compiler</th>
-
+
<th id="compiler_x86_x64">x86 vs. x64</th>
</tr>
</thead>
<tbody>
<!-- Windows -->
-
+
<tr class="b">
-
+
<td headers="os" rowspan="9">
Windows 7
</td>
-
+
<td headers="os_x86_x64" rowspan="9">
x64
</td>
-
+
<td headers="environment" rowspan="6">
Win32
</td>
-
+
<td headers="compiler">
MS Visual Studio 2008
</td>
-
+
<td headers="compiler_x86_x64" rowspan="5">
both
</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">MS Visual Studio 2010 (Pro)</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">MS Visual Studio 2010 (Express)</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">MS Visual Studio 2012</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">MS Visual Studio 2013 (Express)</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">Embarcadero C++ Builder XE 4</td>
-
+
<td headers="compiler_x86_x64">x86</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="environment" rowspan="2">
MinGW
</td>
-
+
<td headers="compiler">
gcc 4.5.4
</td>
-
+
<td headers="compiler_x86_x64" rowspan="3">
both
</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">gcc 4.6.4</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="environment">Cygwin</td>
-
+
<td headers="compiler">gcc 4.8.2</td>
</tr>
<!-- Linux -->
-
+
<tr class="a">
-
+
<td headers="os" rowspan="2">
Debian
</td>
-
+
<td headers="os_x86_x64" rowspan="2">
x86
</td>
-
+
<td headers="environment" rowspan="11">
Posix
</td>
-
+
<td headers="compiler">
gcc
</td>
-
+
<td headers="compiler_x86_x64" rowspan="2">
x86
</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">clang</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="os" rowspan="7">
Ubuntu and Scientific
Linux
</td>
-
+
<td headers="os_x86_x64" rowspan="9">
x64
</td>
-
+
<td headers="compiler">
gcc 4.5
</td>
-
+
<td headers="compiler_x86_x64" rowspan="8">
both
</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">gcc 4.6</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">gcc 4.7</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">gcc 4.8</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">Intel 11.1</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="compiler">Intel 12.1</td>
</tr>
-
+
<tr class="a">
-
+
<td headers="compiler">Intel 13.1</td>
</tr>
-
+
<tr class="b">
-
+
<td headers="os">Red Hat</td>
-
+
<td headers="compiler">gcc</td>
</tr>
<!-- Mac OS X -->
-
+
<tr class="a">
-
+
<td headers="os">Mac OS X 10.9 Mavericks</td>
-
+
<td headers="compiler">Xcode 5.0.2</td>
-
+
<td headers="compiler_x86_x64">x64</td>
</tr>
</tbody>
</table>
</div>
-
+
</td>
</tr>
@@ -433,7 +433,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/building/maven.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/maven.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/maven.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -202,7 +202,8 @@
<pre> sudo apt-get install libapr1.0-dev libaprutil1.0-dev doxygen
cd apache-log4cxx-0.10.0
export PATH=/home/myself/maven-2.0.8/bin:$PATH
- mvn package</pre></div>
+ mvn package
+</pre></div>
<p>Building and testing log4cxx on a Microsoft Windows with APR and APR-Util
built from source.</p>
<div class="source">
<pre> set PATH=\maven-2.0.8\bin;%PATH%
@@ -211,7 +212,8 @@
tar -xvzf apr-util-1.2.12.tar.gz
rename apr-util-1.2.12 apr-util
cd apache-log4cxx-0.10.0
- mvn package</pre></div></li></ul></div>
+ mvn package
+</pre></div></li></ul></div>
<div class="section">
<h3>Common Maven targets<a name="Common_Maven_targets"></a></h3>
<table border="1" class="bodyTable">
@@ -245,7 +247,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified:
websites/production/logging/content/log4cxx/0.10.0/building/vstudio.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/vstudio.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/vstudio.html
Sat Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -200,7 +200,8 @@ unzip apr-util-1.2.10-win32-src.zip
rename apr-util-1.2.10 apr-util
cd apache-log4cxx-0.10.0
configure
-configure-aprutil</pre></div>
+configure-aprutil
+</pre></div>
<p>configure.bat copies the prefabricated log4cxx.hw and
private/log4cxx_private.hw over to log4cxx.h and private/log4cxx_private.h.</p>
<p>configure-aprutil.bat uses "sed" to modify apu.hw and apr_ldap.hw
to disable APR-Iconv and LDAP which are not necessary for log4cxx and
problematic to build. If "sed" is not available, the modifications
would be trivial to do in any text editor.</p>
<p>Use the Win32 source zips for APR and APR-Util to preserve the required
line endings for the project files. Directories need to be renamed to
"apr" and "apr-util" respectively.</p></div>
@@ -225,7 +226,7 @@ configure-aprutil</pre></div>
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/building/xcode.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/building/xcode.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/building/xcode.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="../js/bootstrap.min.js"></script>
<script type="text/javascript"
src="../js/prettify.min.js"></script>
<script type="text/javascript" src="../js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="../issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -197,7 +197,8 @@
<div class="source">
<pre>cd apache-log4cxx-0.10.0
./configure
-open projects/log4cxx.xcodeproj</pre></div></div>
+open projects/log4cxx.xcodeproj
+</pre></div></div>
<div class="section">
<h3>Running unit tests<a name="Running_unit_tests"></a></h3>
<p>Run configure then open projects/testsuite.xcodeproj or
projects/testsuite-standalone.xcodeproj (test suite and implementation in one
project) in Xcode.</p>
@@ -217,7 +218,7 @@ open projects/log4cxx.xcodeproj</pre></d
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/changes-report.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/changes-report.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/changes-report.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -1477,9 +1477,9 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
Modified: websites/production/logging/content/log4cxx/0.10.0/dependencies.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/dependencies.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/dependencies.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -309,7 +309,7 @@
<th>Snapshot</th></tr>
<tr class="b">
<td>central</td>
-<td><a class="externalLink"
href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td>
+<td><a class="externalLink"
href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td>
<td>Yes</td>
<td>-</td></tr></table>
<p>Repository locations for each of the Dependencies.</p>
@@ -332,7 +332,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/download.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/download.html (original)
+++ websites/production/logging/content/log4cxx/0.10.0/download.html Sat Jan 27
11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -191,7 +191,7 @@
<td class="content">
<!-- Licensed to the Apache
Software Foundation (ASF) under one or more --><!-- contributor license
agreements. See the NOTICE file distributed with --><!-- this work for
additional information regarding copyright ownership. --><!-- The ASF licenses
this file to You under the Apache License, Version 2.0 --><!-- (the "License");
you may not use this file except in compliance with --><!-- the License. You
may obtain a copy of the License at --><!-- --><!--
http://www.apache.org/licenses/LICENSE-2.0 --><!-- --><!-- Unless required by
applicable law or agreed to in writing, software --><!-- distributed under the
License is distributed on an "AS IS" BASIS, --><!-- WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. --><!-- See the License for
the specific language governing permissions and --><!-- limitations under the
License. --><div class="section">
<h2>Download Apache log4cxx 0.10.0<a
name="Download_Apache_log4cxx_0.10.0"></a></h2>
-<p>Apache log4cxx 0.10.0 is distributed under the <a class="externalLink"
href="http://www.apache.org/licenses/LICENSE-2.0.html"> Apache License, version
2.0</a>.</p>
+<p>Apache log4cxx 0.10.0 is distributed under the <a class="externalLink"
href="https://www.apache.org/licenses/LICENSE-2.0.html"> Apache License,
version 2.0</a>.</p>
<p>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, try a different browser. The checksum and signature are links to the
originals on the main distribution server.</p>
<table border="1" class="bodyTable">
<tr class="a">
@@ -201,25 +201,33 @@
<td align="left">Signature</td></tr>
<tr class="b">
<td align="left">Apache log4cxx 0.10.0 (tar.gz)</td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz">
apache-log4cxx-0.10.0.tar.gz</a></td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5">
apache-log4cxx-0.10.0.tar.gz.md5</a></td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc">
apache-log4cxx-0.10.0.tar.gz.asc</a></td></tr>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz">
apache-log4cxx-0.10.0.tar.gz</a></td>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.md5">
apache-log4cxx-0.10.0.tar.gz.md5</a></td>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.tar.gz.asc">
apache-log4cxx-0.10.0.tar.gz.asc</a></td></tr>
<tr class="a">
<td align="left">Apache log4cxx 0.10.0 (zip)</td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip">
apache-log4cxx-0.10.0.zip</a></td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5">
apache-log4cxx-0.10.0.zip.md5</a></td>
-<td align="left"><a class="externalLink"
href="http://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc">
apache-log4cxx-0.10.0.zip.asc</a></td></tr></table>
-<p>Please read <a class="externalLink"
href="http://httpd.apache.org/dev/verification.html">Verifying Apache HTTP
Server Releases</a> for more information on why you should verify our
releases.</p>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dyn/closer.cgi/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip">
apache-log4cxx-0.10.0.zip</a></td>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.md5">
apache-log4cxx-0.10.0.zip.md5</a></td>
+<td align="left"><a class="externalLink"
href="https://www.apache.org/dist/logging/log4cxx/0.10.0/apache-log4cxx-0.10.0.zip.asc">
apache-log4cxx-0.10.0.zip.asc</a></td></tr></table>
+<p>It is essential that you verify the integrity of the downloaded files using
the PGP or MD5 signatures. Please read <a class="externalLink"
href="https://httpd.apache.org/dev/verification.html">Verifying Apache HTTP
Server Releases</a> for more information on why you should verify our
releases.</p>
+<p>The PGP signatures can be verified using PGP or GPG. First download the <a
class="externalLink" href="https://www.apache.org/dist/logging/KEYS">KEYS</a>
as well as the asc signature file for the relevant distribution. Make sure you
get these files from the <a class="externalLink"
href="https://www.apache.org/dist/logging/">main distribution directory</a>,
rather than from a mirror. Then verify the signatures using:</p>
+<div>
+<pre>% gpg --import KEYS
+% gpg --verify apache-log4cxx-0.10.0.tar.gz.asc apache-log4cxx-0.10.0.tar.gz
+</pre></div>
+<ul>
+<li>apache-log4cxx-0.10.0 is signed by Curt Arnold (2E114322)</li></ul>
+<p>Alternatively, you can verify the MD5 signature on the files. A unix
program called md5 or md5sum is included in many unix distributions.</p>
<div class="section">
<h3>Previous Releases<a name="Previous_Releases"></a></h3>
-<p>All previous releases of Apache log4cxx can be found in the <a
class="externalLink"
href="http://archive.apache.org/dist/logging/log4cxx">archive
repository</a>.</p></div></div>
+<p>All previous releases of Apache log4cxx can be found in the <a
class="externalLink"
href="https://archive.apache.org/dist/logging/log4cxx">archive
repository</a>.</p></div></div>
</td>
</tr>
</table>
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/faq.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/faq.html (original)
+++ websites/production/logging/content/log4cxx/0.10.0/faq.html Sat Jan 27
11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -211,7 +211,7 @@
<dl>
<dt><a name="custom_levels">How do I add a custom level to Apache
log4cxx?</a></dt>
<dd>
-
+
<p>This is a common topic for all the Apache logging frameworks and
typically motivated to try to categorize events by functionality or
audience. An common request is to add an AUDIT level so that the
@@ -219,7 +219,7 @@
However, the logger name was designed explicitly to support
routing of messages by topic or audience. The common
pattern of using classnames for logger names obscures the more
- general capability of logger name to represent the topic or audience
+ general capability of logger name to represent the topic or audience
of the logging request. The easiest approach to solve the underlying
issue
is to use a logger names like
"AUDIT.com.example.MyPackage.MyClass"
that allow all AUDIT messages to be routed to a particular appender.
@@ -230,29 +230,29 @@
<p align="right"><a href="#top">[top]</a></p><hr /></dd>
<dt><a name="msvc_crash">My application on Windows crashes on
shutdown?</a></dt>
<dd>
-
+
<p>Apache log4cxx API calls use C++ Standard Template Library string
parameters. If the caller is using a different instance or type of the
C Runtime Library that log4cxx, then it is very likely that some memory
that was originally allocated by log4cxx would be freed by the caller.
- If log4cxx and the caller are using different C RTL's, the program
+ If log4cxx and the caller are using different C RTL's, the program
will likely crash at the point. Use "Multithread DLL" with
release
builds of log4cxx and "Multithread DLL Debug" with debug
builds.
</p>
<p align="right"><a href="#top">[top]</a></p><hr /></dd>
<dt><a name="unicode">Does Apache log4cxx support Unicode?</a></dt>
<dd>
-
+
<p>Yes. Apache log4cxx exposes API methods in multiple string flavors
const char*, std::string, wchar_t*, std::wstring, CFStringRef et al.
- const char* and std::string are interpreted according to the
+ const char* and std::string are interpreted according to the
current locale settings. Applications should call setlocale(LC_ALL,
"")
on startup or the C RTL will assume US-ASCII.
Before being processed internally, all these are converted to the
LogString type which is one of several supported Unicode representations
selected by the --with-logchar option. When using methods that take
LogString arguments,
- the LOG4CXX_STR() macro can be used to convert ASCII literals to
- the current LogString type. FileAppenders support an encoding
+ the LOG4CXX_STR() macro can be used to convert ASCII literals to
+ the current LogString type. FileAppenders support an encoding
property which should be explicitly specified to "UTF-8" or
"UTF-16"
for XML files.
</p>
@@ -263,7 +263,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/index.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/index.html (original)
+++ websites/production/logging/content/log4cxx/0.10.0/index.html Sat Jan 27
11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -201,7 +201,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/issue-tracking.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/issue-tracking.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/issue-tracking.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -203,7 +203,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/license.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/license.html (original)
+++ websites/production/logging/content/log4cxx/0.10.0/license.html Sat Jan 27
11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -406,7 +406,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/mail-lists.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/mail-lists.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/mail-lists.html Sat Jan
27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -269,7 +269,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified: websites/production/logging/content/log4cxx/0.10.0/project-info.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/project-info.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/project-info.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -219,7 +219,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>
Modified:
websites/production/logging/content/log4cxx/0.10.0/project-reports.html
==============================================================================
--- websites/production/logging/content/log4cxx/0.10.0/project-reports.html
(original)
+++ websites/production/logging/content/log4cxx/0.10.0/project-reports.html Sat
Jan 27 11:56:54 2018
@@ -15,7 +15,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!-- Generated by Apache Maven Doxia at 2017-10-16 -->
+<!-- Generated by Apache Maven Doxia at 2018-01-27 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />
@@ -26,9 +26,9 @@
<script type="text/javascript"
src="./js/bootstrap.min.js"></script>
<script type="text/javascript"
src="./js/prettify.min.js"></script>
<script type="text/javascript" src="./js/site.js"></script>
- <meta name="Date-Revision-yyyymmdd" content="20171016" />
+ <meta name="Date-Revision-yyyymmdd" content="20180127" />
<meta http-equiv="Content-Language" content="en" />
-
+
</head>
<body class="composite">
<a href="https://logging.apache.org/">
@@ -43,31 +43,31 @@
<a class="brand"
href="http://logging.apache.org/log4cxx">Apache log4cxx ™</a>
<ul class="nav">
<li>
-
-
+
+
<a href="https://wiki.apache.org/logging"
class="external" target="_blank" title="Logging Wiki">Logging Wiki</a>
</li>
<li>
-
-
+
+
<a href="https://www.apache.org/"
class="external" target="_blank" title="Apache">Apache</a>
</li>
<li>
-
-
+
+
<a href="https://logging.apache.org/"
class="external" target="_blank" title="Logging Services">Logging Services</a>
</li>
<li>
-
-
+
+
<a
href="https://github.com/apache/logging-log4cxx" class="external"
target="_blank" title="GitHub">GitHub</a>
</li>
</ul>
<div class="pull-right">
-
-
- <span id="publishDate">Last
Published: 2017-10-16</span>
+
+
+ <span id="publishDate">Last
Published: 2018-01-27</span>
<span
class="divider">|</span> <span id="projectVersion">Version: 0.10.0</span>
</div>
</div>
@@ -124,8 +124,8 @@
<a
href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://wiki.apache.org/logging-log4cxx" class="external" target="_blank"
title="Wiki">Wiki</a>
</li>
</ul>
@@ -161,23 +161,23 @@
<ul class="nav nav-list">
<li class="nav-header"><i
class="icon-info-sign"></i>Apache</li>
<li class="none">
-
-
+
+
<a href="http://www.apache.org"
class="external" target="_blank" title="Home">Home</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/sponsorship.html" class="external"
target="_blank" title="Sponsorship">Sponsorship</a>
</li>
<li class="none">
-
-
+
+
<a
href="http://www.apache.org/foundation/thanks.html" class="external"
target="_blank" title="Thanks">Thanks</a>
</li>
<li class="none">
-
-
+
+
<a href="http://www.apachecon.com"
class="external" target="_blank" title="Conferences">Conferences</a>
</li>
</ul>
@@ -207,7 +207,7 @@
</div>
<div class="footer">
- <p>Copyright ©
2003-2017 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
+ <p>Copyright ©
2003-2018 <a class="external" href="http://www.apache.org">Apache Software
Foundation</a>. All Rights Reserved.</p>
<p>Apache Logging, Apache Log4j, Log4j, Apache,
the Apache feather logo, and the Apache Logging project logo are trademarks of
The Apache Software Foundation.</p>
<p>Site powered by <a class="external"
href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons from <a
class="external" href="http://glyphicons.com/">Glyphicons Free</a>.</p>
</div>