Uses of Interface
org.apache.logging.log4j.core.config.ConfigurationAware
-
Packages that use ConfigurationAware Package Description org.apache.logging.log4j.core.lookup Log4j 2 Lookups. -
-
Uses of ConfigurationAware in org.apache.logging.log4j.core.lookup
Classes in org.apache.logging.log4j.core.lookup that implement ConfigurationAware Modifier and Type Class Description class
AbstractConfigurationAwareLookup
StrLookup that is ConfigurationAware.class
ConfigurationStrSubstitutor
RuntimeStrSubstitutor
is aStrSubstitutor
which only supports recursive evaluation of lookups.class
Interpolator
Proxies all the otherStrLookup
s.class
Log4jLookup
Lookup properties of Log4jclass
RuntimeStrSubstitutor
RuntimeStrSubstitutor
is aStrSubstitutor
which only supports evaluation of top-level lookups.class
StrSubstitutor
Substitutes variables within a string by values.
-