Uses of Class
org.apache.logging.log4j.core.lookup.AbstractLookup
-
Packages that use AbstractLookup Package Description org.apache.logging.log4j.core.lookup Log4j 2 Lookups.org.apache.logging.log4j.docker -
-
Uses of AbstractLookup in org.apache.logging.log4j.core.lookup
Subclasses of AbstractLookup in org.apache.logging.log4j.core.lookup Modifier and Type Class Description class
AbstractConfigurationAwareLookup
StrLookup that is ConfigurationAware.class
EnvironmentLookup
Looks up keys from environment variables.class
Interpolator
Proxies all the otherStrLookup
s.class
JavaLookup
Looks up keys related to Java: Java version, JRE version, VM version, and so on.class
JndiLookup
Looks up keys from JNDI resources.class
Log4jLookup
Lookup properties of Log4jclass
MarkerLookup
Looks-up markers.class
ResourceBundleLookup
Looks up keys from resource bundles.class
SystemPropertiesLookup
Looks up keys from system properties. -
Uses of AbstractLookup in org.apache.logging.log4j.docker
Subclasses of AbstractLookup in org.apache.logging.log4j.docker Modifier and Type Class Description class
DockerLookup
-