This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via 4958949bdb44cb2d4c71a2695faf53fd6c19ce0a (commit)
from cfd23bb8e36d704d9f37a5cffa6217fb9b3b9681 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 4958949bdb44cb2d4c71a2695faf53fd6c19ce0a
Author: Alexander Perepelkin <san...@us...>
Date: Thu Oct 30 21:49:14 2025 +0100
index.html
diff --git a/doc/html/index.html b/doc/html/index.html
index 9f93866..7be880b 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -24,9 +24,11 @@ Page on Sourceforge</a>
<li> <a title="What is log4cpp?" href="#whatis">What
is log4cpp?</a> </li>
<li> <a title="Download" href="#download">Download</a></li>
+<li><a title="Building" href="#building">Building</a></li>
<li><a title="License" href="#license">License</a>
</li>
-<li><a title="API Documentation" href="#apidoc">API Documentation</a> </li>
+<li><a title="API Doxygen" href="#apidoxy">API Doxygen</a> </li>
+<li><a title="Documentation" href="#apidoc">Documentation</a> </li>
<li><a title="FAQ" href="#faq">FAQ</a>
</li>
</ul>
@@ -36,8 +38,6 @@ is log4cpp?</a> </li>
example</a> </li>
<li><a title="Properties file example" href="#propfile">Properties
file example</a></li>
-<li><a title="Building" href="#building">Building</a>
-</li>
<ul>
<li> <a title="Linux/*nix" href="#buildlinux">Linux/*nix</a> </li>
<li> <a title="Windows" href="#buildwindows">Windows</a> </li>
@@ -75,8 +75,10 @@ page</a>.<br>
We do not supply binaries, because of the numerous incompatible ABIs
(e.g. g++ 2.95 vs 2.96 vs 3.0 vs 3.2) and different package
formats.<br>
+<h2>Distributions</h2>
A stable but older version of log4cpp is available in Debian stable,
see <a href="http://packages.debian.org/stable/libs/">http://packages.debian.org/stable/libs/</a>.<br>
+Ubuntu enlists log4cpp among packages at <a href="https://packages.ubuntu.com/">https://packages.ubuntu.com/</a>.<br>
FreeBSD users can find log4cpp in the ports collection,
see <a href="http://www.freebsd.org/ports/devel.html">http://www.freebsd.org/ports/devel.html</a><br>
Log4cpp includes support for building RPMs, so building your own from
@@ -91,7 +93,7 @@ the source tar-ball is as simple as
<h2><a id="building">Building Log4cpp</a></h2>
<h3><a id="buildlinux">Autoconf</a></h3>
<p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> as primary build system. CMake is secondary option.</p>
-<p>If file <code>./configuzre</code> is absent in project directory (as when the code is checked out from repository), run the following:</p>
+<p>If file <code>./configure</code> is absent in project directory (as when the code is checked out from repository), run the following:</p>
<pre class="code">./autogen.sh<br></pre>
This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s. Then:
<pre class="code">./configure<br>make<br>make check<br>make install<br></pre>
@@ -100,7 +102,7 @@ another location specify option <code>--prefix=<location></code> when
running configure.
</p>
<h3>Options for ./configure</h3>
-Besides the usual ./configure options like --prefix a few others are
+Besides the usual <code>./configure</code> options like <code>--prefix</code> a few others are
available:
<dl>
<dt>--with-idsa</dt>
@@ -262,9 +264,16 @@ You should have received a copy of the GNU Lesser General Public<br>License alon
</div>
<div class="chapter">
-<h2><a id="apidoc">API Documentation</a></h2>
+<h2><a id="apidoxy">API Doxygen</a></h2>
<p>API Documentation generated by <a href="http://www.doxygen.org/" name="Doxygen">Doxygen</a>
-can be found <a href="http://log4cpp.sourceforge.net/api/index.html">here</a>.<br>
+can be found at <a href="http://log4cpp.sourceforge.net/api/index.html">Doxygen generated API</a>.<br>
+</p>
+<a href="#begin">^</a>
+</div>
+
+<div class="chapter">
+<h2><a id="apidoc">Documentation</a></h2>
+<p>
The Solaris Developer Connection features an article by Mo Budlon on
using
log4cpp 0.2.x, called '<a href="https://pages.astro.umd.edu/~mpound/carma/log4cpptutorial">Logging
@@ -308,7 +317,7 @@ difficult. But even if that could be overcome it will not happen.<br>
Of course the LGPL does grant you the opportunity to choose the GPL
instead of the LGPL, but I bet XYZ != GPL.
<h3>2. COMPILATION AND INSTALLATION</h3>
-See <a href="#building">building</a><br>
+See <a href="#building">Building</a><br>
<h3>3. USAGE</h3>
<h4>3.1. I've succesfully compiled log4cpp, now how do I use this
stuff?</h4>
@@ -471,7 +480,7 @@ Console output for that example
<div class="chapter">
<h2><a id="propfile">Properties file example</a></h2>
-<p>Sample main.cpp file that makes use of logging configuration file log4cpp.properties
+<p>Sample <code>main.cpp</code> file that makes use of logging configuration file <code>log4cpp.properties</code>
</p>
<pre class="code">
// main.cpp
-----------------------------------------------------------------------
Summary of changes:
doc/html/index.html | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 deletions(-)
hooks/post-receive
--
Log4cpp Git repository.
|