This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 3f42496eb Improve auto-configured example description
3f42496eb is described below
commit 3f42496ebfb0e5b58ba9878dd372e4a531b310b3
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Aug 21 11:40:44 2025 +1000
Improve auto-configured example description
---
1.6.0/auto-configured_8cpp-example.html | 2 +-
...ples.html => auto-configured_8xml-example.html} | 38 +++++++++++-----------
1.6.0/doxygen_crawl.html | 1 +
1.6.0/examples.html | 1 +
1.6.0/examples.js | 1 +
1.6.0/navtreedata.js | 8 ++---
1.6.0/navtreeindex0.js | 6 ++--
1.6.0/navtreeindex1.js | 4 +--
1.6.0/navtreeindex10.js | 4 +--
1.6.0/navtreeindex11.js | 4 +--
1.6.0/navtreeindex12.js | 4 +--
1.6.0/navtreeindex13.js | 4 +--
1.6.0/navtreeindex14.js | 4 +--
1.6.0/navtreeindex15.js | 20 ++++++------
1.6.0/navtreeindex16.js | 4 +--
1.6.0/navtreeindex17.js | 6 ++--
1.6.0/navtreeindex18.js | 1 +
1.6.0/navtreeindex2.js | 4 +--
1.6.0/navtreeindex3.js | 4 +--
1.6.0/navtreeindex4.js | 4 +--
1.6.0/navtreeindex5.js | 4 +--
1.6.0/navtreeindex6.js | 4 +--
1.6.0/navtreeindex7.js | 4 +--
1.6.0/navtreeindex8.js | 4 +--
1.6.0/navtreeindex9.js | 4 +--
25 files changed, 74 insertions(+), 70 deletions(-)
diff --git a/1.6.0/auto-configured_8cpp-example.html
b/1.6.0/auto-configured_8cpp-example.html
index 1b3ac12b6..b04888e88 100644
--- a/1.6.0/auto-configured_8cpp-example.html
+++ b/1.6.0/auto-configured_8cpp-example.html
@@ -108,7 +108,7 @@
$(function(){initNavTree('auto-configured_8cpp-example.html','',''); });
<div class="headertitle"><div class="title">auto-configured.cpp</div></div>
</div><!--header-->
<div class="contents">
-<p>This is an example of logging in static initialization code and using the
current module name to select the Log4cxx configuration file.</p>
+<p>This is an example of logging in static initialization code and using the
current module name (auto-configured) to select the Log4cxx configuration file.
In this example Log4cxx is configured by loading <a class="el"
href="auto-configured_8xml-example.html">auto-configured.xml</a>. The function
<code>com::foo::getLogger()</code>, which is called during initialization, is
implemented in the <a class="el"
href="com_2foo_2config4_8cpp-example.html">com/foo/config4.cpp</a> file.</p>
<div class="fragment"><div class="line"><span class="comment">/*</span></div>
<div class="line"><span class="comment"> * Licensed to the Apache Software
Foundation (ASF) under one or more</span></div>
<div class="line"><span class="comment"> * contributor license agreements.
See the NOTICE file distributed with</span></div>
diff --git a/1.6.0/examples.html b/1.6.0/auto-configured_8xml-example.html
similarity index 60%
copy from 1.6.0/examples.html
copy to 1.6.0/auto-configured_8xml-example.html
index dd19793e0..1984aee45 100644
--- a/1.6.0/examples.html
+++ b/1.6.0/auto-configured_8xml-example.html
@@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.14.0"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
-<title>Apache Log4cxx: Examples</title>
+<title>Apache Log4cxx: auto-configured.xml</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@@ -79,7 +79,7 @@ $(function() {
</div>
</div>
<script type="text/javascript">
-$(function(){initNavTree('examples.html','',''); });
+$(function(){initNavTree('auto-configured_8xml-example.html','',''); });
</script>
<div id="container">
<div id="doc-content">
@@ -105,25 +105,25 @@ $(function(){initNavTree('examples.html','',''); });
</div>
<div class="header">
- <div class="headertitle"><div class="title">Examples</div></div>
+ <div class="headertitle"><div class="title">auto-configured.xml</div></div>
</div><!--header-->
<div class="contents">
-<div class="textblock">Here is a list of all examples:</div><ul>
-<li><a class="el"
href="format-string_8cpp-example.html">format-string.cpp</a></li>
-<li><a class="el"
href="async-example_8xml-example.html">async-example.xml</a></li>
-<li><a class="el"
href="auto-configured_8cpp-example.html">auto-configured.cpp</a></li>
-<li><a class="el"
href="com_2foo_2config_8h-example.html">com/foo/config.h</a></li>
-<li><a class="el"
href="com_2foo_2config1_8cpp-example.html">com/foo/config1.cpp</a></li>
-<li><a class="el"
href="com_2foo_2config3_8cpp-example.html">com/foo/config3.cpp</a></li>
-<li><a class="el"
href="com_2foo_2config4_8cpp-example.html">com/foo/config4.cpp</a></li>
-<li><a class="el"
href="custom-appender_8cpp-example.html">custom-appender.cpp</a></li>
-<li><a class="el"
href="custom-appender_8xml-example.html">custom-appender.xml</a></li>
-<li><a class="el" href="ndc-example_8cpp-example.html">ndc-example.cpp</a></li>
-<li><a class="el" href="MyApp-qt_8cpp-example.html">MyApp-qt.cpp</a></li>
-<li><a class="el"
href="com_2foo_2config-qt_8h-example.html">com/foo/config-qt.h</a></li>
-<li><a class="el"
href="com_2foo_2config-qt_8cpp-example.html">com/foo/config-qt.cpp</a></li>
-</ul>
-</div><!-- contents -->
+<div class="fragment"><div class="line"><span class="lineno">
1</span><?<span class="keyword">xml</span> <span
class="keyword">version</span>=<span
class="stringliteral">"1.0"</span> <span
class="keyword">encoding</span>=<span
class="stringliteral">"UTF-8"</span> ?></div>
+<div class="line"><span class="lineno"> 2</span><<span
class="keywordtype">log4j:configuration</span> <span
class="keyword">xmlns:log4j</span>=<span
class="stringliteral">"http://jakarta.apache.org/log4j/"</span>></div>
+<div class="line"><span class="lineno"> 3</span> <<span
class="keywordtype">appender</span> <span class="keyword">name</span>=<span
class="stringliteral">"ConsoleAppender"</span> <span
class="keyword">class</span>=<span
class="stringliteral">"org.apache.log4j.ConsoleAppender"</span>></div>
+<div class="line"><span class="lineno"> 4</span> <<span
class="keywordtype">param</span> <span class="keyword">name</span>=<span
class="stringliteral">"Target"</span> <span
class="keyword">value</span>=<span
class="stringliteral">"System.out"</span>/></div>
+<div class="line"><span class="lineno"> 5</span> <<span
class="keywordtype">layout</span> <span class="keyword">class</span>=<span
class="stringliteral">"org.apache.log4j.PatternLayout"</span>></div>
+<div class="line"><span class="lineno"> 6</span> <<span
class="keywordtype">param</span> <span class="keyword">name</span>=<span
class="stringliteral">"ConversionPattern"</span> <span
class="keyword">value</span>=<span
class="stringliteral">"${CURRENT_VENDOR_FOLDER}.${CURRENT_PRODUCT_FOLDER}:
[%d{yyyy-MM-dd HH:mm:ss}] %c %-5p - %m%n"</span>/></div>
+<div class="line"><span class="lineno"> 7</span> </<span
class="keywordtype">layout</span>></div>
+<div class="line"><span class="lineno"> 8</span> </<span
class="keywordtype">appender</span>></div>
+<div class="line"><span class="lineno"> 9</span> </div>
+<div class="line"><span class="lineno"> 10</span> <<span
class="keywordtype">root</span>></div>
+<div class="line"><span class="lineno"> 11</span> <<span
class="keywordtype">priority</span> <span class="keyword">value</span>=<span
class="stringliteral">"debug"</span> /></div>
+<div class="line"><span class="lineno"> 12</span> <<span
class="keywordtype">appender-ref</span> <span class="keyword">ref</span>=<span
class="stringliteral">"ConsoleAppender"</span>/></div>
+<div class="line"><span class="lineno"> 13</span> </<span
class="keywordtype">root</span>></div>
+<div class="line"><span class="lineno"> 14</span> </div>
+<div class="line"><span class="lineno"> 15</span></<span
class="keywordtype">log4j:configuration</span>></div>
+</div><!-- fragment --> </div><!-- contents -->
</div><!-- doc-content -->
</div><!-- container -->
<!-- HTML footer for doxygen 1.8.13-->
diff --git a/1.6.0/doxygen_crawl.html b/1.6.0/doxygen_crawl.html
index 8a4c62a8a..b64dcbefb 100644
--- a/1.6.0/doxygen_crawl.html
+++ b/1.6.0/doxygen_crawl.html
@@ -35,6 +35,7 @@
<a href="asyncappender_8h.html"/>
<a href="asyncappender_8h_source.html"/>
<a href="auto-configured_8cpp-example.html"/>
+<a href="auto-configured_8xml-example.html"/>
<a href="basicconfigurator_8h.html"/>
<a href="basicconfigurator_8h_source.html"/>
<a href="bufferedwriter_8h.html"/>
diff --git a/1.6.0/examples.html b/1.6.0/examples.html
index dd19793e0..37a3ef1d9 100644
--- a/1.6.0/examples.html
+++ b/1.6.0/examples.html
@@ -112,6 +112,7 @@ $(function(){initNavTree('examples.html','',''); });
<li><a class="el"
href="format-string_8cpp-example.html">format-string.cpp</a></li>
<li><a class="el"
href="async-example_8xml-example.html">async-example.xml</a></li>
<li><a class="el"
href="auto-configured_8cpp-example.html">auto-configured.cpp</a></li>
+<li><a class="el"
href="auto-configured_8xml-example.html">auto-configured.xml</a></li>
<li><a class="el"
href="com_2foo_2config_8h-example.html">com/foo/config.h</a></li>
<li><a class="el"
href="com_2foo_2config1_8cpp-example.html">com/foo/config1.cpp</a></li>
<li><a class="el"
href="com_2foo_2config3_8cpp-example.html">com/foo/config3.cpp</a></li>
diff --git a/1.6.0/examples.js b/1.6.0/examples.js
index 74c0e855d..69377b281 100644
--- a/1.6.0/examples.js
+++ b/1.6.0/examples.js
@@ -3,6 +3,7 @@ var examples =
[ "format-string.cpp", "format-string_8cpp-example.html", null ],
[ "async-example.xml", "async-example_8xml-example.html", null ],
[ "auto-configured.cpp", "auto-configured_8cpp-example.html", null ],
+ [ "auto-configured.xml", "auto-configured_8xml-example.html", null ],
[ "com/foo/config.h", "com_2foo_2config_8h-example.html", null ],
[ "com/foo/config1.cpp", "com_2foo_2config1_8cpp-example.html", null ],
[ "com/foo/config3.cpp", "com_2foo_2config3_8cpp-example.html", null ],
diff --git a/1.6.0/navtreedata.js b/1.6.0/navtreedata.js
index 044c69980..c3f5ba5c8 100644
--- a/1.6.0/navtreedata.js
+++ b/1.6.0/navtreedata.js
@@ -99,10 +99,10 @@ var NAVTREEINDEX =
"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a40cd385d603fafd3377d0ff6c6f0f26b",
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#af748ad0314b771f71a3aaa7c24da3fd9",
"classlog4cxx_1_1spi_1_1LoggerRepository.html#a95c2f05f1c30dd684a5bfd1015d5d746",
-"classnamepatternconverter_8h_source.html",
-"index.html",
-"namespacelog4cxx_1_1pattern.html#a649a4a8c3440bc72f57c2f8061abac8c",
-"triggeringeventevaluator_8h_source.html"
+"classnamepatternconverter_8h.html",
+"htmllayout_8h_source.html",
+"namespacelog4cxx_1_1pattern.html#a4d14ca204640ad02ec036a1e31df9c40",
+"triggeringeventevaluator_8h.html"
];
var SYNCONMSG = 'click to disable panel synchronization';
diff --git a/1.6.0/navtreeindex0.js b/1.6.0/navtreeindex0.js
index 7d148751d..03ec7ce4b 100644
--- a/1.6.0/navtreeindex0.js
+++ b/1.6.0/navtreeindex0.js
@@ -1,6 +1,6 @@
var NAVTREEINDEX0 =
{
-"MyApp-qt_8cpp-example.html":[6,4,10],
+"MyApp-qt_8cpp-example.html":[6,4,11],
"absolutetimedateformat_8h.html":[6,3,0,1,0,0,0,3,0],
"absolutetimedateformat_8h_source.html":[6,3,0,1,0,0,0,3,0],
"action_8h.html":[6,3,0,1,0,0,0,7,0],
@@ -23,6 +23,7 @@ var NAVTREEINDEX0 =
"asyncappender_8h.html":[6,3,0,1,0,0,0,13],
"asyncappender_8h_source.html":[6,3,0,1,0,0,0,13],
"auto-configured_8cpp-example.html":[6,4,2],
+"auto-configured_8xml-example.html":[6,4,3],
"basicconfigurator_8h.html":[6,3,0,1,0,0,0,14],
"basicconfigurator_8h_source.html":[6,3,0,1,0,0,0,14],
"bufferedwriter_8h.html":[6,3,0,1,0,0,0,3,3],
@@ -248,6 +249,5 @@ var NAVTREEINDEX0 =
"classlog4cxx_1_1FMTLayout.html#a184d8379c56ca7e55fa4ae35f0859809":[6,1,0,0,22,8],
"classlog4cxx_1_1FMTLayout.html#a184d8379c56ca7e55fa4ae35f0859809":[6,2,0,0,21,8],
"classlog4cxx_1_1FMTLayout.html#a2079685b53ab28a7b780777ed152a171":[6,1,0,0,22,5],
-"classlog4cxx_1_1FMTLayout.html#a2079685b53ab28a7b780777ed152a171":[6,2,0,0,21,5],
-"classlog4cxx_1_1FMTLayout.html#a3f4e6ec493ffe05ea8e31d1c736a79d3":[6,1,0,0,22,4]
+"classlog4cxx_1_1FMTLayout.html#a2079685b53ab28a7b780777ed152a171":[6,2,0,0,21,5]
};
diff --git a/1.6.0/navtreeindex1.js b/1.6.0/navtreeindex1.js
index b5023a8cc..666fe9e99 100644
--- a/1.6.0/navtreeindex1.js
+++ b/1.6.0/navtreeindex1.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX1 =
{
+"classlog4cxx_1_1FMTLayout.html#a3f4e6ec493ffe05ea8e31d1c736a79d3":[6,1,0,0,22,4],
"classlog4cxx_1_1FMTLayout.html#a3f4e6ec493ffe05ea8e31d1c736a79d3":[6,2,0,0,21,4],
"classlog4cxx_1_1FMTLayout.html#a4e7441a520aebb5bebdea681deefe624":[6,1,0,0,22,2],
"classlog4cxx_1_1FMTLayout.html#a4e7441a520aebb5bebdea681deefe624":[6,2,0,0,21,2],
@@ -248,6 +249,5 @@ var NAVTREEINDEX1 =
"classlog4cxx_1_1Level.html#a69757dfbc7ff19b29043db1db8612d28":[6,1,0,0,27,7],
"classlog4cxx_1_1Level.html#a69757dfbc7ff19b29043db1db8612d28":[6,2,0,0,26,7],
"classlog4cxx_1_1Level.html#a7824acf2f3cd05835fff84b8f2cf4f3a":[6,1,0,0,27,6],
-"classlog4cxx_1_1Level.html#a7824acf2f3cd05835fff84b8f2cf4f3a":[6,2,0,0,26,6],
-"classlog4cxx_1_1Level.html#a93cc433f2ba2c433a008946484e2471e":[6,1,0,0,27,13]
+"classlog4cxx_1_1Level.html#a7824acf2f3cd05835fff84b8f2cf4f3a":[6,2,0,0,26,6]
};
diff --git a/1.6.0/navtreeindex10.js b/1.6.0/navtreeindex10.js
index ce146a38f..eaf733559 100644
--- a/1.6.0/navtreeindex10.js
+++ b/1.6.0/navtreeindex10.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX10 =
{
+"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7aecb06473b314825f15ecb5cfc18532bd":[6,1,0,0,3,90,0,2],
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7aecb06473b314825f15ecb5cfc18532bd":[6,2,0,0,3,89,0,2],
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7af47b8678e9fe391db1cb75e5cbbcaf74":[6,1,0,0,3,90,0,1],
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7af47b8678e9fe391db1cb75e5cbbcaf74":[6,2,0,0,3,89,0,1],
@@ -248,6 +249,5 @@ var NAVTREEINDEX10 =
"classlog4cxx_1_1net_1_1SyslogAppender.html#ab478d5f8a5b1a07f7ec05753915c7da6":[6,1,0,0,4,2,1],
"classlog4cxx_1_1net_1_1SyslogAppender.html#ab478d5f8a5b1a07f7ec05753915c7da6":[6,2,0,0,4,2,1],
"classlog4cxx_1_1net_1_1SyslogAppender.html#ad7754ec984d14cc799e8501c3461a0ba":[6,1,0,0,4,2,7],
-"classlog4cxx_1_1net_1_1SyslogAppender.html#ad7754ec984d14cc799e8501c3461a0ba":[6,2,0,0,4,2,7],
-"classlog4cxx_1_1net_1_1TelnetAppender.html":[6,1,0,0,4,3]
+"classlog4cxx_1_1net_1_1SyslogAppender.html#ad7754ec984d14cc799e8501c3461a0ba":[6,2,0,0,4,2,7]
};
diff --git a/1.6.0/navtreeindex11.js b/1.6.0/navtreeindex11.js
index e9502ac54..693077e5e 100644
--- a/1.6.0/navtreeindex11.js
+++ b/1.6.0/navtreeindex11.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX11 =
{
+"classlog4cxx_1_1net_1_1TelnetAppender.html":[6,1,0,0,4,3],
"classlog4cxx_1_1net_1_1TelnetAppender.html":[6,2,0,0,4,3],
"classlog4cxx_1_1net_1_1TelnetAppender.html#a02d35f0ee49a7689e076863797af3835":[6,1,0,0,4,3,4],
"classlog4cxx_1_1net_1_1TelnetAppender.html#a02d35f0ee49a7689e076863797af3835":[6,2,0,0,4,3,4],
@@ -248,6 +249,5 @@ var NAVTREEINDEX11 =
"classlog4cxx_1_1pattern_1_1LoggingEventPatternConverter.html#af5f46da7371a1ebb868375134ad83477":[6,1,0,0,6,15,4],
"classlog4cxx_1_1pattern_1_1LoggingEventPatternConverter.html#af5f46da7371a1ebb868375134ad83477":[6,2,0,0,6,15,4],
"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html":[6,1,0,0,6,16],
-"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html":[6,2,0,0,6,16],
-"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a40cd385d603fafd3377d0ff6c6f0f26b":[6,1,0,0,6,16,0]
+"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html":[6,2,0,0,6,16]
};
diff --git a/1.6.0/navtreeindex12.js b/1.6.0/navtreeindex12.js
index 0b2b73aa8..4ac094b1e 100644
--- a/1.6.0/navtreeindex12.js
+++ b/1.6.0/navtreeindex12.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX12 =
{
+"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a40cd385d603fafd3377d0ff6c6f0f26b":[6,1,0,0,6,16,0],
"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a40cd385d603fafd3377d0ff6c6f0f26b":[6,2,0,0,6,16,0],
"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a94dcf86a42f9693caf5d1a119cfdfb6f":[6,1,0,0,6,16,2],
"classlog4cxx_1_1pattern_1_1MDCPatternConverter.html#a94dcf86a42f9693caf5d1a119cfdfb6f":[6,2,0,0,6,16,2],
@@ -248,6 +249,5 @@ var NAVTREEINDEX12 =
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#adc143e550e3ed25c462a73a0280fe51e":[6,1,0,0,8,7,18],
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#adc143e550e3ed25c462a73a0280fe51e":[6,2,0,0,8,7,18],
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#ae839a8809b8396b02c8da98d9367abb1":[6,1,0,0,8,7,14],
-"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#ae839a8809b8396b02c8da98d9367abb1":[6,2,0,0,8,7,14],
-"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#af748ad0314b771f71a3aaa7c24da3fd9":[6,1,0,0,8,7,2]
+"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#ae839a8809b8396b02c8da98d9367abb1":[6,2,0,0,8,7,14]
};
diff --git a/1.6.0/navtreeindex13.js b/1.6.0/navtreeindex13.js
index c776ba3b5..4e7eab667 100644
--- a/1.6.0/navtreeindex13.js
+++ b/1.6.0/navtreeindex13.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX13 =
{
+"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#af748ad0314b771f71a3aaa7c24da3fd9":[6,1,0,0,8,7,2],
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#af748ad0314b771f71a3aaa7c24da3fd9":[6,2,0,0,8,7,2],
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#afea833c3991489f584834c080e533e4e":[6,1,0,0,8,7,6],
"classlog4cxx_1_1rolling_1_1RollingFileAppender.html#afea833c3991489f584834c080e533e4e":[6,2,0,0,8,7,6],
@@ -248,6 +249,5 @@ var NAVTREEINDEX13 =
"classlog4cxx_1_1spi_1_1LoggerRepository.html#a936b2812e0fb3ca695ceb644b422f1e9":[6,1,0,0,10,9,0],
"classlog4cxx_1_1spi_1_1LoggerRepository.html#a936b2812e0fb3ca695ceb644b422f1e9":[6,2,0,0,9,9,0],
"classlog4cxx_1_1spi_1_1LoggerRepository.html#a9509e82a54c31e17174597e1dd3830b8":[6,1,0,0,10,9,15],
-"classlog4cxx_1_1spi_1_1LoggerRepository.html#a9509e82a54c31e17174597e1dd3830b8":[6,2,0,0,9,9,15],
-"classlog4cxx_1_1spi_1_1LoggerRepository.html#a95c2f05f1c30dd684a5bfd1015d5d746":[6,1,0,0,10,9,4]
+"classlog4cxx_1_1spi_1_1LoggerRepository.html#a9509e82a54c31e17174597e1dd3830b8":[6,2,0,0,9,9,15]
};
diff --git a/1.6.0/navtreeindex14.js b/1.6.0/navtreeindex14.js
index eeeed009b..3b3738029 100644
--- a/1.6.0/navtreeindex14.js
+++ b/1.6.0/navtreeindex14.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX14 =
{
+"classlog4cxx_1_1spi_1_1LoggerRepository.html#a95c2f05f1c30dd684a5bfd1015d5d746":[6,1,0,0,10,9,4],
"classlog4cxx_1_1spi_1_1LoggerRepository.html#a95c2f05f1c30dd684a5bfd1015d5d746":[6,2,0,0,9,9,4],
"classlog4cxx_1_1spi_1_1LoggerRepository.html#aa9e3c90be74472e94ba6c463ed819a84":[6,1,0,0,10,9,12],
"classlog4cxx_1_1spi_1_1LoggerRepository.html#aa9e3c90be74472e94ba6c463ed819a84":[6,2,0,0,9,9,12],
@@ -248,6 +249,5 @@ var NAVTREEINDEX14 =
"classlog4cxx_1_1xml_1_1XMLLayout.html#aeb60706a15ad1cca3ebcc9c403f7985e":[6,1,0,0,12,1,0],
"classlog4cxx_1_1xml_1_1XMLLayout.html#aeb60706a15ad1cca3ebcc9c403f7985e":[6,2,0,0,11,1,0],
"classlog4cxx_1_1xml_1_1XMLLayout.html#af665821af142acdb574f8e6967738425":[6,1,0,0,12,1,3],
-"classlog4cxx_1_1xml_1_1XMLLayout.html#af665821af142acdb574f8e6967738425":[6,2,0,0,11,1,3],
-"classnamepatternconverter_8h.html":[6,3,0,1,0,0,0,6,0]
+"classlog4cxx_1_1xml_1_1XMLLayout.html#af665821af142acdb574f8e6967738425":[6,2,0,0,11,1,3]
};
diff --git a/1.6.0/navtreeindex15.js b/1.6.0/navtreeindex15.js
index b68f218f5..0ed97ff99 100644
--- a/1.6.0/navtreeindex15.js
+++ b/1.6.0/navtreeindex15.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX15 =
{
+"classnamepatternconverter_8h.html":[6,3,0,1,0,0,0,6,0],
"classnamepatternconverter_8h_source.html":[6,3,0,1,0,0,0,6,0],
"classregistration_8h.html":[6,3,0,1,0,0,0,3,11],
"classregistration_8h_source.html":[6,3,0,1,0,0,0,3,11],
@@ -7,12 +8,12 @@ var NAVTREEINDEX15 =
"colorendpatternconverter_8h_source.html":[6,3,0,1,0,0,0,6,1],
"colorstartpatternconverter_8h.html":[6,3,0,1,0,0,0,6,2],
"colorstartpatternconverter_8h_source.html":[6,3,0,1,0,0,0,6,2],
-"com_2foo_2config-qt_8cpp-example.html":[6,4,12],
-"com_2foo_2config-qt_8h-example.html":[6,4,11],
-"com_2foo_2config1_8cpp-example.html":[6,4,4],
-"com_2foo_2config3_8cpp-example.html":[6,4,5],
-"com_2foo_2config4_8cpp-example.html":[6,4,6],
-"com_2foo_2config_8h-example.html":[6,4,3],
+"com_2foo_2config-qt_8cpp-example.html":[6,4,13],
+"com_2foo_2config-qt_8h-example.html":[6,4,12],
+"com_2foo_2config1_8cpp-example.html":[6,4,5],
+"com_2foo_2config3_8cpp-example.html":[6,4,6],
+"com_2foo_2config4_8cpp-example.html":[6,4,7],
+"com_2foo_2config_8h-example.html":[6,4,4],
"community.html":[5],
"community.html#artifacts":[5,2],
"community.html#security":[5,1],
@@ -53,8 +54,8 @@ var NAVTREEINDEX15 =
"configurator_8h_source.html":[6,3,0,1,0,0,0,8,2],
"consoleappender_8h.html":[6,3,0,1,0,0,0,15],
"consoleappender_8h_source.html":[6,3,0,1,0,0,0,15],
-"custom-appender_8cpp-example.html":[6,4,7],
-"custom-appender_8xml-example.html":[6,4,8],
+"custom-appender_8cpp-example.html":[6,4,8],
+"custom-appender_8xml-example.html":[6,4,9],
"cyclicbuffer_8h.html":[6,3,0,1,0,0,0,3,12],
"cyclicbuffer_8h_source.html":[6,3,0,1,0,0,0,3,12],
"datagrampacket_8h.html":[6,3,0,1,0,0,0,3,13],
@@ -248,6 +249,5 @@ var NAVTREEINDEX15 =
"hierarchy_8h_source.html":[6,3,0,1,0,0,0,22],
"hierarchyeventlistener_8h.html":[6,3,0,1,0,0,0,8,6],
"hierarchyeventlistener_8h_source.html":[6,3,0,1,0,0,0,8,6],
-"htmllayout_8h.html":[6,3,0,1,0,0,0,23],
-"htmllayout_8h_source.html":[6,3,0,1,0,0,0,23]
+"htmllayout_8h.html":[6,3,0,1,0,0,0,23]
};
diff --git a/1.6.0/navtreeindex16.js b/1.6.0/navtreeindex16.js
index 0a1ed29a5..96a2d7695 100644
--- a/1.6.0/navtreeindex16.js
+++ b/1.6.0/navtreeindex16.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX16 =
{
+"htmllayout_8h_source.html":[6,3,0,1,0,0,0,23],
"index.html":[],
"index.html":[0],
"inetaddress_8h.html":[6,3,0,1,0,0,0,3,23],
@@ -248,6 +249,5 @@ var NAVTREEINDEX16 =
"namespacelog4cxx_1_1pattern.html#a2fad04316e4c4616a3a40cc15920f751":[6,1,0,0,6,36],
"namespacelog4cxx_1_1pattern.html#a3283117b3c661902f395b8e89b5589f7":[6,1,0,0,6,32],
"namespacelog4cxx_1_1pattern.html#a35986ee877b4d8f91c8aa963f66ac3be":[6,1,0,0,6,37],
-"namespacelog4cxx_1_1pattern.html#a46412c36b812db386d71ed0321e7ab05":[6,1,0,0,6,33],
-"namespacelog4cxx_1_1pattern.html#a4d14ca204640ad02ec036a1e31df9c40":[6,1,0,0,6,31]
+"namespacelog4cxx_1_1pattern.html#a46412c36b812db386d71ed0321e7ab05":[6,1,0,0,6,33]
};
diff --git a/1.6.0/navtreeindex17.js b/1.6.0/navtreeindex17.js
index 0f222cea0..d49285b9b 100644
--- a/1.6.0/navtreeindex17.js
+++ b/1.6.0/navtreeindex17.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX17 =
{
+"namespacelog4cxx_1_1pattern.html#a4d14ca204640ad02ec036a1e31df9c40":[6,1,0,0,6,31],
"namespacelog4cxx_1_1pattern.html#a649a4a8c3440bc72f57c2f8061abac8c":[6,1,0,0,6,30],
"namespacelog4cxx_1_1pattern.html#a716fcb331afe8569b6b72587e2b17055":[6,1,0,0,6,38],
"namespacelog4cxx_1_1pattern.html#afb2fd4c92aefcad8672b9138f278be07":[6,1,0,0,6,34],
@@ -58,7 +59,7 @@ var NAVTREEINDEX17 =
"namespacemembers_func.html":[6,1,1,1],
"namespacemembers_type.html":[6,1,1,2],
"namespaces.html":[6,1,0],
-"ndc-example_8cpp-example.html":[6,4,9],
+"ndc-example_8cpp-example.html":[6,4,10],
"ndc_8h.html":[6,3,0,1,0,0,0,33],
"ndc_8h_source.html":[6,3,0,1,0,0,0,33],
"ndcpatternconverter_8h.html":[6,3,0,1,0,0,0,6,20],
@@ -248,6 +249,5 @@ var NAVTREEINDEX17 =
"timezone_8h.html":[6,3,0,1,0,0,0,3,61],
"timezone_8h_source.html":[6,3,0,1,0,0,0,3,61],
"transform_8h.html":[6,3,0,1,0,0,0,3,63],
-"transform_8h_source.html":[6,3,0,1,0,0,0,3,63],
-"triggeringeventevaluator_8h.html":[6,3,0,1,0,0,0,8,13]
+"transform_8h_source.html":[6,3,0,1,0,0,0,3,63]
};
diff --git a/1.6.0/navtreeindex18.js b/1.6.0/navtreeindex18.js
index 31d7e274e..94513c226 100644
--- a/1.6.0/navtreeindex18.js
+++ b/1.6.0/navtreeindex18.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX18 =
{
+"triggeringeventevaluator_8h.html":[6,3,0,1,0,0,0,8,13],
"triggeringeventevaluator_8h_source.html":[6,3,0,1,0,0,0,8,13],
"triggeringpolicy_8h.html":[6,3,0,1,0,0,0,7,13],
"triggeringpolicy_8h_source.html":[6,3,0,1,0,0,0,7,13],
diff --git a/1.6.0/navtreeindex2.js b/1.6.0/navtreeindex2.js
index 3e1a569a8..c10180d03 100644
--- a/1.6.0/navtreeindex2.js
+++ b/1.6.0/navtreeindex2.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX2 =
{
+"classlog4cxx_1_1Level.html#a93cc433f2ba2c433a008946484e2471e":[6,1,0,0,27,13],
"classlog4cxx_1_1Level.html#a93cc433f2ba2c433a008946484e2471e":[6,2,0,0,26,13],
"classlog4cxx_1_1Level.html#a94139c8e95415db4747cf5987594ee71":[6,1,0,0,27,14],
"classlog4cxx_1_1Level.html#a94139c8e95415db4747cf5987594ee71":[6,2,0,0,26,14],
@@ -248,6 +249,5 @@ var NAVTREEINDEX2 =
"classlog4cxx_1_1Logger.html#ab780078fbe54010977af4b00d321c7f1":[6,1,0,0,29,121],
"classlog4cxx_1_1Logger.html#ab780078fbe54010977af4b00d321c7f1":[6,2,0,0,28,121],
"classlog4cxx_1_1Logger.html#ab7d87d2ccad97ca2ffd2d8045f34174c":[6,1,0,0,29,41],
-"classlog4cxx_1_1Logger.html#ab7d87d2ccad97ca2ffd2d8045f34174c":[6,2,0,0,28,41],
-"classlog4cxx_1_1Logger.html#ab8b0ea5578250d97b091c26cfd70f871":[6,1,0,0,29,59]
+"classlog4cxx_1_1Logger.html#ab7d87d2ccad97ca2ffd2d8045f34174c":[6,2,0,0,28,41]
};
diff --git a/1.6.0/navtreeindex3.js b/1.6.0/navtreeindex3.js
index d4619b658..840d0e816 100644
--- a/1.6.0/navtreeindex3.js
+++ b/1.6.0/navtreeindex3.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX3 =
{
+"classlog4cxx_1_1Logger.html#ab8b0ea5578250d97b091c26cfd70f871":[6,1,0,0,29,59],
"classlog4cxx_1_1Logger.html#ab8b0ea5578250d97b091c26cfd70f871":[6,2,0,0,28,59],
"classlog4cxx_1_1Logger.html#ab8f22791311c33cfa48233a394c997e1":[6,1,0,0,29,82],
"classlog4cxx_1_1Logger.html#ab8f22791311c33cfa48233a394c997e1":[6,2,0,0,28,82],
@@ -248,6 +249,5 @@ var NAVTREEINDEX3 =
"classlog4cxx_1_1WriterAppender.html#aa75377a1f40e3f6021d584e8e85f7a53":[6,1,0,0,42,12],
"classlog4cxx_1_1WriterAppender.html#aa75377a1f40e3f6021d584e8e85f7a53":[6,2,0,0,41,12],
"classlog4cxx_1_1WriterAppender.html#aae5371a7fe9a44743bd1f36190a2e036":[6,1,0,0,42,22],
-"classlog4cxx_1_1WriterAppender.html#aae5371a7fe9a44743bd1f36190a2e036":[6,2,0,0,41,22],
-"classlog4cxx_1_1WriterAppender.html#ac3bef44d27707e1100538a789dd81a30":[6,1,0,0,42,8]
+"classlog4cxx_1_1WriterAppender.html#aae5371a7fe9a44743bd1f36190a2e036":[6,2,0,0,41,22]
};
diff --git a/1.6.0/navtreeindex4.js b/1.6.0/navtreeindex4.js
index 059120c42..f9d4c2305 100644
--- a/1.6.0/navtreeindex4.js
+++ b/1.6.0/navtreeindex4.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX4 =
{
+"classlog4cxx_1_1WriterAppender.html#ac3bef44d27707e1100538a789dd81a30":[6,1,0,0,42,8],
"classlog4cxx_1_1WriterAppender.html#ac3bef44d27707e1100538a789dd81a30":[6,2,0,0,41,8],
"classlog4cxx_1_1WriterAppender.html#ac650decade2f024c978aca17f94339b2":[6,1,0,0,42,3],
"classlog4cxx_1_1WriterAppender.html#ac650decade2f024c978aca17f94339b2":[6,2,0,0,41,3],
@@ -248,6 +249,5 @@ var NAVTREEINDEX4 =
"classlog4cxx_1_1filter_1_1MapFilter.html#ac1eb6a0fba850c60780133c7982198f7":[6,1,0,0,2,7,1],
"classlog4cxx_1_1filter_1_1MapFilter.html#ac1eb6a0fba850c60780133c7982198f7":[6,2,0,0,2,7,1],
"classlog4cxx_1_1filter_1_1MapFilter.html#ad4304853079db095159883c2b6c9acca":[6,1,0,0,2,7,6],
-"classlog4cxx_1_1filter_1_1MapFilter.html#ad4304853079db095159883c2b6c9acca":[6,2,0,0,2,7,6],
-"classlog4cxx_1_1filter_1_1MapFilter.html#ad7a0650a62912a6de5dff37673e31465":[6,1,0,0,2,7,4]
+"classlog4cxx_1_1filter_1_1MapFilter.html#ad4304853079db095159883c2b6c9acca":[6,2,0,0,2,7,6]
};
diff --git a/1.6.0/navtreeindex5.js b/1.6.0/navtreeindex5.js
index ff6f189e6..4d1de62f1 100644
--- a/1.6.0/navtreeindex5.js
+++ b/1.6.0/navtreeindex5.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX5 =
{
+"classlog4cxx_1_1filter_1_1MapFilter.html#ad7a0650a62912a6de5dff37673e31465":[6,1,0,0,2,7,4],
"classlog4cxx_1_1filter_1_1MapFilter.html#ad7a0650a62912a6de5dff37673e31465":[6,2,0,0,2,7,4],
"classlog4cxx_1_1filter_1_1MapFilter.html#afbb29156323f90edb324f90cdcc90b25":[6,1,0,0,2,7,0],
"classlog4cxx_1_1filter_1_1MapFilter.html#afbb29156323f90edb324f90cdcc90b25":[6,2,0,0,2,7,0],
@@ -248,6 +249,5 @@ var NAVTREEINDEX5 =
"classlog4cxx_1_1helpers_1_1ClassRegistration.html#ab97cb498abfa71e74254330549332137":[6,1,0,0,3,14,0],
"classlog4cxx_1_1helpers_1_1ClassRegistration.html#ab97cb498abfa71e74254330549332137":[6,2,0,0,3,13,0],
"classlog4cxx_1_1helpers_1_1ClosedChannelException.html":[6,1,0,0,3,15],
-"classlog4cxx_1_1helpers_1_1ClosedChannelException.html":[6,2,0,0,3,14],
-"classlog4cxx_1_1helpers_1_1ClosedChannelException.html#a41634966e7cb3ad7ff1eff793e1c91ad":[6,1,0,0,3,15,1]
+"classlog4cxx_1_1helpers_1_1ClosedChannelException.html":[6,2,0,0,3,14]
};
diff --git a/1.6.0/navtreeindex6.js b/1.6.0/navtreeindex6.js
index 34e4254ce..925331e57 100644
--- a/1.6.0/navtreeindex6.js
+++ b/1.6.0/navtreeindex6.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX6 =
{
+"classlog4cxx_1_1helpers_1_1ClosedChannelException.html#a41634966e7cb3ad7ff1eff793e1c91ad":[6,1,0,0,3,15,1],
"classlog4cxx_1_1helpers_1_1ClosedChannelException.html#a41634966e7cb3ad7ff1eff793e1c91ad":[6,2,0,0,3,14,1],
"classlog4cxx_1_1helpers_1_1ClosedChannelException.html#a633a72880b38e8d8fe3e453823c1d556":[6,1,0,0,3,15,2],
"classlog4cxx_1_1helpers_1_1ClosedChannelException.html#a633a72880b38e8d8fe3e453823c1d556":[6,2,0,0,3,14,2],
@@ -248,6 +249,5 @@ var NAVTREEINDEX6 =
"classlog4cxx_1_1helpers_1_1InetAddress.html#af03cf772e36f56ddf8bc6ddf57d67cfe":[6,1,0,0,3,31,4],
"classlog4cxx_1_1helpers_1_1InetAddress.html#af03cf772e36f56ddf8bc6ddf57d67cfe":[6,2,0,0,3,30,4],
"classlog4cxx_1_1helpers_1_1InputStream.html":[6,1,0,0,3,32],
-"classlog4cxx_1_1helpers_1_1InputStream.html":[6,2,0,0,3,31],
-"classlog4cxx_1_1helpers_1_1InputStream.html#a790ca263a6e3adbfc5736f826e8fa71b":[6,1,0,0,3,32,1]
+"classlog4cxx_1_1helpers_1_1InputStream.html":[6,2,0,0,3,31]
};
diff --git a/1.6.0/navtreeindex7.js b/1.6.0/navtreeindex7.js
index 4e64ddc83..0353e3a77 100644
--- a/1.6.0/navtreeindex7.js
+++ b/1.6.0/navtreeindex7.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX7 =
{
+"classlog4cxx_1_1helpers_1_1InputStream.html#a790ca263a6e3adbfc5736f826e8fa71b":[6,1,0,0,3,32,1],
"classlog4cxx_1_1helpers_1_1InputStream.html#a790ca263a6e3adbfc5736f826e8fa71b":[6,2,0,0,3,31,1],
"classlog4cxx_1_1helpers_1_1InputStream.html#a8267e18dc587ba9762444ddc2b4ab015":[6,1,0,0,3,32,0],
"classlog4cxx_1_1helpers_1_1InputStream.html#a8267e18dc587ba9762444ddc2b4ab015":[6,2,0,0,3,31,0],
@@ -248,6 +249,5 @@ var NAVTREEINDEX7 =
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#a9ee6f6e190e9cf9eeafb48802f568166":[6,1,0,0,3,51,3],
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#a9ee6f6e190e9cf9eeafb48802f568166":[6,2,0,0,3,50,3],
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#ac96f7a5ac801ea6a05395aca190fb929":[6,1,0,0,3,51,0],
-"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#ac96f7a5ac801ea6a05395aca190fb929":[6,2,0,0,3,50,0],
-"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#af04dec682954f5670630a19433de5ebc":[6,1,0,0,3,51,4]
+"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#ac96f7a5ac801ea6a05395aca190fb929":[6,2,0,0,3,50,0]
};
diff --git a/1.6.0/navtreeindex8.js b/1.6.0/navtreeindex8.js
index 87017df3b..53ce2cf3e 100644
--- a/1.6.0/navtreeindex8.js
+++ b/1.6.0/navtreeindex8.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX8 =
{
+"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#af04dec682954f5670630a19433de5ebc":[6,1,0,0,3,51,4],
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#af04dec682954f5670630a19433de5ebc":[6,2,0,0,3,50,4],
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#af28e4fe50700bbd633046a709a6e9d7d":[6,1,0,0,3,51,7],
"classlog4cxx_1_1helpers_1_1OutputStreamWriter.html#af28e4fe50700bbd633046a709a6e9d7d":[6,2,0,0,3,50,7],
@@ -248,6 +249,5 @@ var NAVTREEINDEX8 =
"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#a70d1348a6f14f2b156751e2f15edd464":[6,1,0,0,3,74,4],
"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#a70d1348a6f14f2b156751e2f15edd464":[6,2,0,0,3,73,4],
"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#a76b6d806283b5bce92492ca8ba576541":[6,1,0,0,3,74,1],
-"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#a76b6d806283b5bce92492ca8ba576541":[6,2,0,0,3,73,1],
-"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#af326a46aab098e223fb0591704bb8c14":[6,1,0,0,3,74,2]
+"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#a76b6d806283b5bce92492ca8ba576541":[6,2,0,0,3,73,1]
};
diff --git a/1.6.0/navtreeindex9.js b/1.6.0/navtreeindex9.js
index afa0d9609..f3975a25c 100644
--- a/1.6.0/navtreeindex9.js
+++ b/1.6.0/navtreeindex9.js
@@ -1,5 +1,6 @@
var NAVTREEINDEX9 =
{
+"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#af326a46aab098e223fb0591704bb8c14":[6,1,0,0,3,74,2],
"classlog4cxx_1_1helpers_1_1SystemOutWriter.html#af326a46aab098e223fb0591704bb8c14":[6,2,0,0,3,73,2],
"classlog4cxx_1_1helpers_1_1ThreadException.html":[6,1,0,0,3,75],
"classlog4cxx_1_1helpers_1_1ThreadException.html":[6,2,0,0,3,74],
@@ -248,6 +249,5 @@ var NAVTREEINDEX9 =
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7":[6,1,0,0,3,90,0],
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7":[6,2,0,0,3,89,0],
"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7a299a1b73f66e3c2414082897f9eb352e":[6,1,0,0,3,90,0,0],
-"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7a299a1b73f66e3c2414082897f9eb352e":[6,2,0,0,3,89,0,0],
-"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7aecb06473b314825f15ecb5cfc18532bd":[6,1,0,0,3,90,0,2]
+"classlog4cxx_1_1helpers_1_1XMLDOMNode.html#a9d5c4273517009feb5814eb8a52ac5c7a299a1b73f66e3c2414082897f9eb352e":[6,2,0,0,3,89,0,0]
};