This is an automated email from the ASF dual-hosted git repository. mattsicker pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 00ab2f982c89dbe2027c9b249ab49d0510b783f0 Author: Matt Sicker <[email protected]> AuthorDate: Sun Mar 27 21:27:51 2022 -0500 Add more configurable bindings to docs Signed-off-by: Matt Sicker <[email protected]> --- src/site/asciidoc/manual/dependencyinjection.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/site/asciidoc/manual/dependencyinjection.adoc b/src/site/asciidoc/manual/dependencyinjection.adoc index 206852e..272ba4b 100644 --- a/src/site/asciidoc/manual/dependencyinjection.adoc +++ b/src/site/asciidoc/manual/dependencyinjection.adoc @@ -140,7 +140,10 @@ The default callback sets up bindings for the following keys if none have been r Some of these bindings were previously configured through various system properties which are supported via the default callback and its default bindings, though they can be directly registered via custom callbacks with a negative order value. * `org.apache.logging.log4j.core.ContextDataInjector` +* `org.apache.logging.log4j.core.config.ConfigurationFactory` * `org.apache.logging.log4j.core.impl.LogEventFactory` +* `org.apache.logging.log4j.core.lookup.InterpolatorFactory` +* `org.apache.logging.log4j.core.lookup.StrSubstitutor` * `org.apache.logging.log4j.core.selector.ContextSelector` * `org.apache.logging.log4j.core.time.Clock` * `org.apache.logging.log4j.core.time.NanoClock`
