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 TypeClassDescriptionclass
An adapter of thePropertiesUtil
from Log4j API 2.x.Fields in org.apache.logging.log4j.kit.env.internal declared as PropertyEnvironmentModifier and TypeFieldDescriptionstatic final PropertyEnvironment
PropertiesUtilPropertyEnvironment.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 TypeClassDescriptionclass
An implementation ofPropertyEnvironment
that only uses basic Java functions.class
An environment implementation that uses a specific classloader to load classes.class
An environment implementation that supports multiplePropertySource
s.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.