Uses of Interface
org.apache.logging.log4j.kit.env.PropertySource
Packages that use PropertySource
Package
Description
-
Uses of PropertySource in org.apache.logging.log4j.kit.env.internal
Classes in org.apache.logging.log4j.kit.env.internal that implement PropertySourceModifier and TypeClassDescriptionclass
PropertySource backed by the current environment variables.class
PropertySource backed by the current system properties. -
Uses of PropertySource in org.apache.logging.log4j.kit.env.support
Constructor parameters in org.apache.logging.log4j.kit.env.support with type arguments of type PropertySourceModifierConstructorDescriptionCompositePropertyEnvironment
(@Nullable PropertyEnvironment parentEnvironment, Collection<? extends PropertySource> sources, ClassLoader loader, org.apache.logging.log4j.Logger statusLogger)