Skip to content

Commit fce6ce9

Browse files
committedJan 27, 2025··
Add "Simple Logger" API implementation
1 parent 5edc010 commit fce6ce9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/site/antora/modules/ROOT/pages/manual/installation.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ include::partial$components/log4j-api.adoc[]
133133
134134
Log4j provides several modules to facilitate the deployment of different logging implementations:
135135
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+
136141
`log4j-core`::
137142
The reference implementation.
138143
Log4 Core primarily accepts input from Log4j API.

0 commit comments

Comments
 (0)
Please sign in to comment.