Uses of Class
org.apache.logging.log4j.util.PropertiesUtil
Packages that use PropertiesUtil
Package
Description
-
Uses of PropertiesUtil in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type PropertiesUtilModifier and TypeMethodDescriptionstatic AuthorizationProviderConfigurationFactory.authorizationProvider(PropertiesUtil props) -
Uses of PropertiesUtil in org.apache.logging.log4j.core.context.internal
Constructors in org.apache.logging.log4j.core.context.internal with parameters of type PropertiesUtilModifierConstructorDescription(package private)GarbageFreeSortedArrayThreadContextMap(PropertiesUtil properties) -
Uses of PropertiesUtil in org.apache.logging.log4j.core.net.ssl
Methods in org.apache.logging.log4j.core.net.ssl with parameters of type PropertiesUtilModifier and TypeMethodDescription(package private) static SslConfigurationSslConfigurationFactory.createSslConfiguration(PropertiesUtil props) -
Uses of PropertiesUtil in org.apache.logging.log4j.core.util
Constructors in org.apache.logging.log4j.core.util with parameters of type PropertiesUtil -
Uses of PropertiesUtil in org.apache.logging.log4j.layout.template.json
Fields in org.apache.logging.log4j.layout.template.json declared as PropertiesUtilModifier and TypeFieldDescriptionprivate static final PropertiesUtilJsonTemplateLayoutDefaults.PROPERTIES -
Uses of PropertiesUtil in org.apache.logging.log4j.simple
Fields in org.apache.logging.log4j.simple declared as PropertiesUtilConstructors in org.apache.logging.log4j.simple with parameters of type PropertiesUtilModifierConstructorDescriptionSimpleLogger(String name, Level defaultLevel, boolean showLogName, boolean showShortLogName, boolean showDateTime, boolean showContextMap, String dateTimeFormat, MessageFactory messageFactory, PropertiesUtil props, PrintStream stream) -
Uses of PropertiesUtil in org.apache.logging.log4j.simple.internal
Fields in org.apache.logging.log4j.simple.internal declared as PropertiesUtil -
Uses of PropertiesUtil in org.apache.logging.log4j.spi
Constructors in org.apache.logging.log4j.spi with parameters of type PropertiesUtilModifierConstructorDescription(package private)DefaultThreadContextMap(PropertiesUtil properties) -
Uses of PropertiesUtil in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util with type parameters of type PropertiesUtilModifier and TypeFieldDescriptionprivate static final Lazy<PropertiesUtil> PropertiesUtil.COMPONENT_PROPERTIESMethods in org.apache.logging.log4j.util that return PropertiesUtilModifier and TypeMethodDescriptionstatic PropertiesUtilPropertiesUtil.getProperties()Returns the PropertiesUtil used by Log4j.Methods in org.apache.logging.log4j.util with parameters of type PropertiesUtilModifier and TypeMethodDescription(package private) static ProviderProviderUtil.selectProvider(PropertiesUtil properties, Collection<Provider> providers, Logger statusLogger) Used to test the publicProviderUtil.getProvider()method.