This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x-site-stg-out by this push:
new b244dacc17 Add website content generated from
`ecb99afa3815b21111437a9820059e3051b31d7b`
b244dacc17 is described below
commit b244dacc1724c715d1d72c6a7a07c00677448975
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Fri Apr 26 20:10:24 2024 +0000
Add website content generated from
`ecb99afa3815b21111437a9820059e3051b31d7b`
---
javadoc/log4j-core/deprecated-list.html | 7 +-
javadoc/log4j-core/index-all.html | 5 +-
.../apache/logging/log4j/core/util/Constants.html | 12 +-
manual/configuration.html | 25 +---
release-notes.html | 3 +
sitemap.xml | 134 ++++++++++-----------
6 files changed, 95 insertions(+), 91 deletions(-)
diff --git a/javadoc/log4j-core/deprecated-list.html
b/javadoc/log4j-core/deprecated-list.html
index 29aae03f90..a4b20d0d78 100644
--- a/javadoc/log4j-core/deprecated-list.html
+++ b/javadoc/log4j-core/deprecated-list.html
@@ -125,8 +125,13 @@ loadScripts(document, 'script');</script>
<div class="col-last odd-row-color">
<div class="deprecation-comment">no longer used, lookups are only used when
<code>%m{lookups}</code> is specified</div>
</div>
-<div class="col-summary-item-name even-row-color"><a
href="org/apache/logging/log4j/core/util/NullOutputStream.html#NULL_OUTPUT_STREAM">org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM</a></div>
+<div class="col-summary-item-name even-row-color"><a
href="org/apache/logging/log4j/core/util/Constants.html#LOG4J_DEFAULT_STATUS_LEVEL">org.apache.logging.log4j.core.util.Constants.LOG4J_DEFAULT_STATUS_LEVEL</a></div>
<div class="col-last even-row-color">
+<div class="deprecation-comment">since 2.24.0 use
+ <a
href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL"
title="class or interface in org.apache.logging.log4j.status"
class="external-link"><code>StatusLogger.DEFAULT_STATUS_LISTENER_LEVEL</code></a>
instead.</div>
+</div>
+<div class="col-summary-item-name odd-row-color"><a
href="org/apache/logging/log4j/core/util/NullOutputStream.html#NULL_OUTPUT_STREAM">org.apache.logging.log4j.core.util.NullOutputStream.NULL_OUTPUT_STREAM</a></div>
+<div class="col-last odd-row-color">
<div class="deprecation-comment">Deprecated in 2.7: use <a
href="org/apache/logging/log4j/core/util/NullOutputStream.html#getInstance()"><code>NullOutputStream.getInstance()</code></a>.</div>
</div>
</div>
diff --git a/javadoc/log4j-core/index-all.html
b/javadoc/log4j-core/index-all.html
index 8ef98ac29b..b5559ef2be 100644
--- a/javadoc/log4j-core/index-all.html
+++ b/javadoc/log4j-core/index-all.html
@@ -11052,7 +11052,10 @@ loadScripts(document, 'script');</script>
</dd>
<dt><a
href="org/apache/logging/log4j/core/util/Constants.html#LOG4J_DEFAULT_STATUS_LEVEL"
class="member-name-link">LOG4J_DEFAULT_STATUS_LEVEL</a> - Static variable in
class org.apache.logging.log4j.core.util.<a
href="org/apache/logging/log4j/core/util/Constants.html" title="class in
org.apache.logging.log4j.core.util">Constants</a></dt>
<dd>
-<div class="block">Property name for the default status (internal log4j
logging) level to use if not specified in configuration.</div>
+<div class="deprecation-block"><span
class="deprecated-label">Deprecated.</span>
+<div class="deprecation-comment">since 2.24.0 use
+ <a
href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL"
title="class or interface in org.apache.logging.log4j.status"
class="external-link"><code>StatusLogger.DEFAULT_STATUS_LISTENER_LEVEL</code></a>
instead.</div>
+</div>
</dd>
<dt><a
href="org/apache/logging/log4j/core/util/Constants.html#LOG4J_LOG_EVENT_FACTORY"
class="member-name-link">LOG4J_LOG_EVENT_FACTORY</a> - Static variable in
class org.apache.logging.log4j.core.util.<a
href="org/apache/logging/log4j/core/util/Constants.html" title="class in
org.apache.logging.log4j.core.util">Constants</a></dt>
<dd>
diff --git
a/javadoc/log4j-core/org/apache/logging/log4j/core/util/Constants.html
b/javadoc/log4j-core/org/apache/logging/log4j/core/util/Constants.html
index 215bc0e3bc..a611f401db 100644
--- a/javadoc/log4j-core/org/apache/logging/log4j/core/util/Constants.html
+++ b/javadoc/log4j-core/org/apache/logging/log4j/core/util/Constants.html
@@ -147,7 +147,10 @@ loadScripts(document, 'script');</script>
<div class="col-first even-row-color"><code>static final <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
<div class="col-second even-row-color"><code><a
href="#LOG4J_DEFAULT_STATUS_LEVEL"
class="member-name-link">LOG4J_DEFAULT_STATUS_LEVEL</a></code></div>
<div class="col-last even-row-color">
-<div class="block">Property name for the default status (internal log4j
logging) level to use if not specified in configuration.</div>
+<div class="block"><span class="deprecated-label">Deprecated.</span>
+<div class="deprecation-comment">since 2.24.0 use
+ <a
href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL"
title="class or interface in org.apache.logging.log4j.status"
class="external-link"><code>StatusLogger.DEFAULT_STATUS_LISTENER_LEVEL</code></a>
instead.</div>
+</div>
</div>
<div class="col-first odd-row-color"><code>static final <a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></code></div>
<div class="col-second odd-row-color"><code><a href="#LOG4J_LOG_EVENT_FACTORY"
class="member-name-link">LOG4J_LOG_EVENT_FACTORY</a></code></div>
@@ -223,7 +226,12 @@ loadScripts(document, 'script');</script>
<li>
<section class="detail" id="LOG4J_DEFAULT_STATUS_LEVEL">
<h3>LOG4J_DEFAULT_STATUS_LEVEL</h3>
-<div class="member-signature"><span class="modifiers">public static
final</span> <span class="return-type"><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span
class="element-name">LOG4J_DEFAULT_STATUS_LEVEL</span></div>
+<div class="member-signature"><span class="annotations"><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html"
title="class or interface in java.lang" class="external-link">@Deprecated</a>
+</span><span class="modifiers">public static final</span> <span
class="return-type"><a
href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"
title="class or interface in java.lang"
class="external-link">String</a></span> <span
class="element-name">LOG4J_DEFAULT_STATUS_LEVEL</span></div>
+<div class="deprecation-block"><span
class="deprecated-label">Deprecated.</span>
+<div class="deprecation-comment">since 2.24.0 use
+ <a
href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/status/StatusLogger.html#DEFAULT_STATUS_LISTENER_LEVEL"
title="class or interface in org.apache.logging.log4j.status"
class="external-link"><code>StatusLogger.DEFAULT_STATUS_LISTENER_LEVEL</code></a>
instead.</div>
+</div>
<div class="block">Property name for the default status (internal log4j
logging) level to use if not specified in configuration.</div>
<dl class="notes">
<dt>See Also:</dt>
diff --git a/manual/configuration.html b/manual/configuration.html
index d5c7bbf784..09e7ed0181 100644
--- a/manual/configuration.html
+++ b/manual/configuration.html
@@ -2291,13 +2291,10 @@ Components declare an instance of the StatusLogger
similar to:</p>
the normal Logger methods may be used.</p>
</div>
<div class="paragraph">
-<p>When configuring Log4j it is sometimes necessary to view the generated
-status events. This can be accomplished by adding the status attribute
-to the configuration element or a default value can be provided by
-setting the "Log4jDefaultStatusLevel" system property. Valid values of
-the status attribute are "trace", "debug", "info", "warn", "error" and
-"fatal". The following configuration has the status attribute set to
-debug.</p>
+<p>When configuring Log4j it is sometimes necessary to view the generated
status events.
+This can be accomplished by adding the status attribute to the configuration
element or a default value can be provided by setting the <a
href="#statusLoggerLevel">"log4j2.statusLoggerLevel"</a> system property.
+Valid values of the status attribute are "trace", "debug", "info", "warn",
"error" and "fatal".
+The following configuration has the status attribute set to debug.</p>
</div>
<div class="listingblock">
<div class="content">
@@ -2871,22 +2868,10 @@ convenience methods for testing. This requires adding
the <code>log4j-core</code
and from that point onwards, status messages are only sent to the listeners
(depending on their statusLevel).</p></td>
</tr>
<tr>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a
id="defaultStatusLevel"></a>log4j2.defaultStatusLevel
- (<a id="Log4jDefaultStatusLevel"></a>Log4jDefaultStatusLevel)</p></td>
-<td class="tableblock halign-left valign-top"><p
class="tableblock">LOG4J_DEFAULT_STATUS_LEVEL</p></td>
-<td class="tableblock halign-left valign-top"><p
class="tableblock">ERROR</p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">The
StatusLogger logs events that occur in the logging system to the console.
- During configuration, AbstractConfiguration registers a
StatusConsoleListener with the StatusLogger that may
- redirect status log events from the default console output to a file.
- The listener also supports fine-grained filtering.
- This system property specifies the default status log level for the listener
to use if the configuration does not specify a status level.
- Note: this property is used by the log4j-core implementation only after a
configuration file has been found.</p></td>
-</tr>
-<tr>
<td class="tableblock halign-left valign-top"><p class="tableblock"><a
id="statusLoggerLevel"></a>log4j2.statusLoggerLevel
(<a id="log4j2.StatusLogger.level"></a>log4j2.StatusLogger.level)</p></td>
<td class="tableblock halign-left valign-top"><p
class="tableblock">LOG4J_STATUS_LOGGER_LEVEL</p></td>
-<td class="tableblock halign-left valign-top"><p
class="tableblock">WARN</p></td>
+<td class="tableblock halign-left valign-top"><p
class="tableblock">ERROR</p></td>
<td class="tableblock halign-left valign-top"><p class="tableblock">The
initial "listenersLevel" of the StatusLogger. If StatusLogger listeners are
added, the "listenerLevel"
is changed to that of the most verbose listener. If any listeners are
registered, the listenerLevel is
used to quickly determine if an interested listener exists.</p>
diff --git a/release-notes.html b/release-notes.html
index 0a1d1de116..1356e4f060 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -348,6 +348,9 @@
<li>
<p>Deprecate
<code>org.apache.logging.log4j.core.appender.rolling.action.Duration</code>
class for removal.</p>
</li>
+<li>
+<p>Deprecate <code>log4j2.defaultStatusLevel</code> property in Log4j Core in
favor of <code>log4j2.statusLoggerLevel</code>.</p>
+</li>
</ul>
</div>
</div>
diff --git a/sitemap.xml b/sitemap.xml
index 0168d57339..d2fd220268 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,270 +2,270 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/2.x/articles.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/guidelines.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-1.2-api.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-api.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-appserver.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-cassandra.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-couchdb.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-docker.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-flume-ng.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jakarta-web.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jcl.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jmx-gui.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jpl.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-mongodb3.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-mongodb4.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-slf4j-impl.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-slf4j2-impl.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-taglib.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-to-slf4j.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-web.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api-separation.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/cloud.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logsep.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/migration.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/resource-logger.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scoped-context.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/usage.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/webapp.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/runtime-dependencies.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/thanks.html</loc>
-<lastmod>2024-04-26T14:26:19.151Z</lastmod>
+<lastmod>2024-04-26T20:10:02.414Z</lastmod>
</url>
</urlset>