From fce6ce9bd4a8ecb7a70229e0d6182e296b9b86b7 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Mon, 27 Jan 2025 13:28:45 +0100 Subject: [PATCH] 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 f3b8c69578c..18a90298da0 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 <> for more details. + `log4j-core`:: The reference implementation. Log4 Core primarily accepts input from Log4j API.