Uses of Interface
org.apache.logging.log4j.kit.env.PropertyEnvironment
Packages that use PropertyEnvironment
Package
Description
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
-
Uses of PropertyEnvironment in org.apache.logging.log4j.kit.env
Methods in org.apache.logging.log4j.kit.env that return PropertyEnvironment -
Uses of PropertyEnvironment in org.apache.logging.log4j.kit.env.internal
Classes in org.apache.logging.log4j.kit.env.internal that implement PropertyEnvironmentModifier and TypeClassDescriptionclassAn adapter of thePropertiesUtilfrom Log4j API 2.x.Fields in org.apache.logging.log4j.kit.env.internal declared as PropertyEnvironmentModifier and TypeFieldDescriptionstatic final PropertyEnvironmentPropertiesUtilPropertyEnvironment.INSTANCE -
Uses of PropertyEnvironment in org.apache.logging.log4j.kit.env.support
Classes in org.apache.logging.log4j.kit.env.support that implement PropertyEnvironmentModifier and TypeClassDescriptionclassAn implementation ofPropertyEnvironmentthat only uses basic Java functions.classAn environment implementation that uses a specific classloader to load classes.classAn environment implementation that supports multiplePropertySources.Constructors in org.apache.logging.log4j.kit.env.support with parameters of type PropertyEnvironmentModifierConstructorDescriptionCompositePropertyEnvironment(@Nullable PropertyEnvironment parentEnvironment, Collection<? extends PropertySource> sources, ClassLoader loader, org.apache.logging.log4j.Logger statusLogger) -
Uses of PropertyEnvironment in org.apache.logging.log4j.kit.recycler
Methods in org.apache.logging.log4j.kit.recycler with parameters of type PropertyEnvironmentModifier and TypeMethodDescriptionRecyclerFactoryProvider.createForEnvironment(PropertyEnvironment environment) Creates a recycler factory for the provided environment.