We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edc010 commit fce6ce9Copy full SHA for fce6ce9
src/site/antora/modules/ROOT/pages/manual/installation.adoc
@@ -133,6 +133,11 @@ include::partial$components/log4j-api.adoc[]
133
134
Log4j provides several modules to facilitate the deployment of different logging implementations:
135
136
+xref:manual/simple-logger.adoc[]::
137
+This is a fallback implementation embedded into the Log4j API artifact.
138
+The usage of this implementation generates an error message unless you enable it explicitly.
139
+See <<impl-simple>> for more details.
140
+
141
`log4j-core`::
142
The reference implementation.
143
Log4 Core primarily accepts input from Log4j API.
0 commit comments