This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch 2.x-site-pro-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x-site-pro-out by this push:
new 132b0f9458 Add website content generated from
`42b42a0d6c60390215d7e51fa516e581cedad17a`
132b0f9458 is described below
commit 132b0f94583dd33ee667513b85d2cfb28c2d45bd
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Mon Jan 27 12:43:36 2025 +0000
Add website content generated from
`42b42a0d6c60390215d7e51fa516e581cedad17a`
---
manual/installation.html | 33 ++++++++++++++
plugin-reference.html | 14 +++---
sitemap.xml | 116 +++++++++++++++++++++++------------------------
3 files changed, 98 insertions(+), 65 deletions(-)
diff --git a/manual/installation.html b/manual/installation.html
index 89d020aa0e..9fda8a4bc2 100644
--- a/manual/installation.html
+++ b/manual/installation.html
@@ -649,6 +649,12 @@ You can import the BOM in your build tool of
preference:</p>
</div>
<div class="dlist">
<dl>
+<dt class="hdlist1"><a href="simple-logger.html" class="xref page">Simple
Logger</a></dt>
+<dd>
+<p>This is a fallback implementation embedded into the Log4j API artifact.
+The usage of this implementation generates an error message unless you enable
it explicitly.
+See <a href="#impl-simple">Installing Simple Logger</a> for more details.</p>
+</dd>
<dt class="hdlist1"><code>log4j-core</code></dt>
<dd>
<p>The reference implementation.
@@ -710,6 +716,33 @@ Since currently only
</table>
</div>
<div class="sect2">
+<h3 id="impl-simple"><a class="anchor" href="#impl-simple"></a>Installing
Simple Logger</h3>
+<div class="paragraph">
+<p>The
+<a href="simple-logger.html" class="xref page">Simple Logger</a>
+implementation is embedded in the Log4j API and does not need any external
dependency.
+It is intended as a convenience for environments where either a fully-fledged
logging implementation is missing, or cannot be included for other reasons.
+The Log4j API will log an error to the
+<a href="status-logger.html" class="xref page">Status Logger</a> to avoid its
unintentional usages:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>2024-10-03T11:53:34.281462230Z main ERROR Log4j API could not find a
logging provider.</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>To remove the warning and confirm that you want to use Simple Logger, add a
+<a href="systemproperties.html#property-sources" class="xref
page"><code>log4j2.component.properties</code> file</a>
+at the root of your class path with content:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlightjs highlight"><code class="language-properties hljs"
data-lang="properties"># Activate Simple Logger implementation
+log4j.provider =
org.apache.logging.log4j.simple.internal.SimpleProvider</code></pre>
+</div>
+</div>
+</div>
+<div class="sect2">
<h3 id="impl-core"><a class="anchor" href="#impl-core"></a>Installing Log4j
Core</h3>
<div class="paragraph">
<p>Log4j Core is the reference logging implementation of the Log4j project.
diff --git a/plugin-reference.html b/plugin-reference.html
index 2081305b5c..5c8c93cbb8 100644
--- a/plugin-reference.html
+++ b/plugin-reference.html
@@ -1474,7 +1474,7 @@ Originally developed by Ceki Glc and Anders
Kristensen.</p>
</tr>
<tr>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>header</code></p></td>
-<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
+<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>String?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"></div></td>
</tr>
@@ -16131,10 +16131,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
@@ -17428,10 +17428,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
@@ -17627,10 +17627,10 @@ Supports Lookup expressions.</p>
<td class="tableblock halign-left valign-top"><p
class="tableblock"><code>boolean?</code></p></td>
<td class="tableblock halign-left valign-top"></td>
<td class="tableblock halign-left valign-top"><div class="content"><div
class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
</div>
<div class="paragraph">
-<p>If "true", includes the stacktrace of any Throwable in the generated JSON,
defaults to "true".</p>
+<p>If "true", includes the stacktrace of any Throwable in the generated data,
defaults to "true".</p>
</div></div></td>
</tr>
<tr>
diff --git a/sitemap.xml b/sitemap.xml
index 3590081bdf..e21ba10c1b 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,234 +2,234 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://logging.apache.org/log4j/2.x/components.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/development.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/download.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/faq.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/hibernate.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/index.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/jakarta.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/javadoc.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-iostreams.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-jul.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-boot.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-spring-cloud-config-client.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/log4j-to-jul.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/api.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/database.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/delegating.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/file.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/message-queue.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/network.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/appenders/rolling-file.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/architecture.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/async.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/compatibility.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/config-intro.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/configuration.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customconfig.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/customloglevels.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/eventlogging.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/extending.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/filters.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/flowtracing.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/garbagefree.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/getting-started.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/implementation.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/index.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/installation.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/jmx.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/json-template-layout.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/layouts.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/logbuilder.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/lookups.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/markers.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/messages.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/pattern-layout.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/performance.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/plugins.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/scripts.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/simple-logger.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/status-logger.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/systemproperties.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/manual/thread-context.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-log4j1.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-logback.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/migrate-from-slf4j.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/plugin-reference.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/release-notes.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/2.x/soa.html</loc>
-<lastmod>2025-01-23T12:08:14.353Z</lastmod>
+<lastmod>2025-01-27T12:43:08.061Z</lastmod>
</url>
</urlset>