This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new fce6ce9bd4 Add "Simple Logger" API implementation
fce6ce9bd4 is described below
commit fce6ce9bd4a8ecb7a70229e0d6182e296b9b86b7
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Mon Jan 27 13:28:45 2025 +0100
Add "Simple Logger" API implementation
---
src/site/antora/modules/ROOT/pages/manual/installation.adoc | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/site/antora/modules/ROOT/pages/manual/installation.adoc
b/src/site/antora/modules/ROOT/pages/manual/installation.adoc
index f3b8c69578..18a90298da 100644
--- a/src/site/antora/modules/ROOT/pages/manual/installation.adoc
+++ b/src/site/antora/modules/ROOT/pages/manual/installation.adoc
@@ -133,6 +133,11 @@ include::partial$components/log4j-api.adoc[]
Log4j provides several modules to facilitate the deployment of different
logging implementations:
+xref:manual/simple-logger.adoc[]::
+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 <<impl-simple>> for more details.
+
`log4j-core`::
The reference implementation.
Log4 Core primarily accepts input from Log4j API.