This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 2a2f422336 Fix documentation about log4j.jul.LoggerAdapter (#4013)
2a2f422336 is described below
commit 2a2f422336c455dd15af11743dba6cdd1d656bd5
Author: Björn Kautler <[email protected]>
AuthorDate: Wed Jan 21 16:47:27 2026 +0100
Fix documentation about log4j.jul.LoggerAdapter (#4013)
---
.../partials/manual/systemproperties/properties-log4j-jul.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc
b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc
index 1addf668dc..0abe1d0dbf 100644
---
a/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc
+++
b/src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc
@@ -63,15 +63,15 @@ Fully qualified name of an alternative
`org.apache.logging.jul.tolog4j.spi.Level
====
[id=log4j.jul.loggerAdapter]
-== `log4j.jul.loggerAdapter`
+== `log4j.jul.LoggerAdapter`
[cols="1h,5"]
|===
| Env. variable | `LOG4J_JUL_LOGGER_ADAPTER`
| Type | `Class<? extends AbstractLoggerAdapter>`
-| Default value | `org.apache.logging.jul.tolog4j.internal.ApiLoggerAdapter`
+| Default value | `org.apache.logging.log4j.jul.ApiLoggerAdapter`
|===
-Fully qualified class name of a custom
`org.apache.logging.jul.tolog4j.spi.AbstractLoggerAdapter` implementation to
use, which provides an implementation of the `j.u.l.Logger` mutator methods
(e.g., `Logger.setLevel()`).
+Fully qualified class name of a custom
`org.apache.logging.log4j.jul.AbstractLoggerAdapter` implementation to use,
which provides an implementation of the `j.u.l.Logger` mutator methods (e.g.,
`Logger.setLevel()`).
-By default `org.apache.logging.jul.tolog4j.internal.ApiLoggerAdapter` is used
and the mutator methods are disabled.
\ No newline at end of file
+By default `org.apache.logging.log4j.jul.ApiLoggerAdapter` is used and the
mutator methods are disabled.