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 org.apache.logging.log4j.web The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web application. -
-
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 classAbstractConfigurationAwareLookupStrLookup that is ConfigurationAware.classEnvironmentLookupLooks up keys from environment variables.classEventLookupLooks up values from the log event.classInterpolatorProxies all the otherStrLookups.classJavaLookupLooks up keys related to Java: Java version, JRE version, VM version, and so on.classJndiLookupLooks up keys from JNDI resources.classLog4jLookupLookup properties of Log4jclassMarkerLookupLooks-up markers.classResourceBundleLookupLooks up keys from resource bundles.classSystemPropertiesLookupLooks 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 classDockerLookupLookups up keys for a Docker container. -
Uses of AbstractLookup in org.apache.logging.log4j.web
Subclasses of AbstractLookup in org.apache.logging.log4j.web Modifier and Type Class Description classWebLookup
-