Skip to content

Commit 2a2f422

Browse files
authored
Fix documentation about log4j.jul.LoggerAdapter (apache#4013)
1 parent 59ac5d8 commit 2a2f422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/antora/modules/ROOT/partials/manual/systemproperties/properties-log4j-jul.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ Fully qualified name of an alternative `org.apache.logging.jul.tolog4j.spi.Level
6363
====
6464
6565
[id=log4j.jul.loggerAdapter]
66-
== `log4j.jul.loggerAdapter`
66+
== `log4j.jul.LoggerAdapter`
6767
6868
[cols="1h,5"]
6969
|===
7070
| Env. variable | `LOG4J_JUL_LOGGER_ADAPTER`
7171
| Type | `Class<? extends AbstractLoggerAdapter>`
72-
| Default value | `org.apache.logging.jul.tolog4j.internal.ApiLoggerAdapter`
72+
| Default value | `org.apache.logging.log4j.jul.ApiLoggerAdapter`
7373
|===
7474
75-
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()`).
75+
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()`).
7676
77-
By default `org.apache.logging.jul.tolog4j.internal.ApiLoggerAdapter` is used and the mutator methods are disabled.
77+
By default `org.apache.logging.log4j.jul.ApiLoggerAdapter` is used and the mutator methods are disabled.

0 commit comments

Comments
 (0)