Uses of Class
org.apache.logging.log4j.util.PropertiesUtil
-
-
Uses of PropertiesUtil in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with parameters of type PropertiesUtil Modifier and Type Method Description static 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 PropertiesUtil Constructor Description 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 PropertiesUtil Modifier and Type Method Description (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 Constructor Description BasicAuthorizationProvider(PropertiesUtil props) -
Uses of PropertiesUtil in org.apache.logging.log4j.layout.template.json
Fields in org.apache.logging.log4j.layout.template.json declared as PropertiesUtil Modifier and Type Field Description private static PropertiesUtilJsonTemplateLayoutDefaults. PROPERTIES -
Uses of PropertiesUtil in org.apache.logging.log4j.simple
Fields in org.apache.logging.log4j.simple declared as PropertiesUtil Modifier and Type Field Description private PropertiesUtilSimpleLoggerContext. propsConstructors in org.apache.logging.log4j.simple with parameters of type PropertiesUtil Constructor Description SimpleLogger(java.lang.String name, Level defaultLevel, boolean showLogName, boolean showShortLogName, boolean showDateTime, boolean showContextMap, java.lang.String dateTimeFormat, MessageFactory messageFactory, PropertiesUtil props, java.io.PrintStream stream) -
Uses of PropertiesUtil in org.apache.logging.log4j.simple.internal
Fields in org.apache.logging.log4j.simple.internal declared as PropertiesUtil Modifier and Type Field Description PropertiesUtilSimpleProvider.Config. props -
Uses of PropertiesUtil in org.apache.logging.log4j.spi
Constructors in org.apache.logging.log4j.spi with parameters of type PropertiesUtil Constructor Description DefaultThreadContextMap(PropertiesUtil properties) -
Uses of PropertiesUtil in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util with type parameters of type PropertiesUtil Modifier and Type Field Description private static Lazy<PropertiesUtil>PropertiesUtil. COMPONENT_PROPERTIESMethods in org.apache.logging.log4j.util that return PropertiesUtil Modifier and Type Method Description static PropertiesUtilPropertiesUtil. getProperties()Returns the PropertiesUtil used by Log4j.Methods in org.apache.logging.log4j.util with parameters of type PropertiesUtil Modifier and Type Method Description (package private) static ProviderProviderUtil. selectProvider(PropertiesUtil properties, java.util.Collection<Provider> providers, Logger statusLogger)Used to test the publicProviderUtil.getProvider()method.
-