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 ff355cd72f31b9dc4f87e114e9bc2754f1e8bc8d (commit)
via 68753c8d00f5f3ff20f7f376d3c28c773b402ae8 (commit)
from 14d95aa95b9b93d10765623030e9aa1f767696a1 (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 ff355cd72f31b9dc4f87e114e9bc2754f1e8bc8d
Author: Alexander Perepelkin <san...@us...>
Date: Thu Mar 26 23:56:45 2015 +0400
options to disable syslog and smtp appenders are documented
diff --git a/doc/html/index.html b/doc/html/index.html
index b398497..7eca60b 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -157,6 +157,15 @@ documentation.</dd>
<dd>Let Doxygen use the 'dot' tool of GraphViz (<a href="http://www.graphviz.org/">http://www.graphviz.org</a>)
todraw its graphs.</dd>
</dl>
+<dl>
+<dt>--disable-remote-syslog </dt>
+<dd>Exclude RemoteSyslogAppender from build (included by default)</dd>
+</dl>
+<dl>
+<dt>--disable-smtp</dt>
+<dd>Exclude SmtpAppender from build (included by default)</dd>
+</dl>
+
<p></p>
<h3>Build notes for specific platforms</h3>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit ff355cd72f31b9dc4f87e114e9bc2754f1e8bc8d
Author: Alexander Perepelkin <san...@us...>
Date: Thu Mar 26 23:56:45 2015 +0400
options to disable syslog and smtp appenders are documented
diff --git a/doc/html/index.html b/doc/html/index.html
index b398497..7eca60b 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -157,6 +157,15 @@ documentation.</dd>
<dd>Let Doxygen use the 'dot' tool of GraphViz (<a href="http://www.graphviz.org/">http://www.graphviz.org</a>)
todraw its graphs.</dd>
</dl>
+<dl>
+<dt>--disable-remote-syslog </dt>
+<dd>Exclude RemoteSyslogAppender from build (included by default)</dd>
+</dl>
+<dl>
+<dt>--disable-smtp</dt>
+<dd>Exclude SmtpAppender from build (included by default)</dd>
+</dl>
+
<p></p>
<h3>Build notes for specific platforms</h3>
<dl>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 ++
configure.in | 6 ++----
doc/html/index.html | 9 +++++++++
m4/BB_ENABLE_REMOTE_SYSLOG.m4 | 14 ++++++++++++++
m4/BB_ENABLE_SMTP.m4 | 11 +++++++++++
src/AppendersFactory.cpp | 6 +++++-
src/Makefile.am | 9 ++++++++-
src/PropertyConfiguratorImpl.cpp | 4 ++++
src/SimpleConfigurator.cpp | 6 +++++-
9 files changed, 60 insertions(+), 7 deletions(-)
create mode 100644 m4/BB_ENABLE_REMOTE_SYSLOG.m4
create mode 100644 m4/BB_ENABLE_SMTP.m4
hooks/post-receive
--
Log4cpp Git repository.
|