Uses of Class
org.apache.logging.log4j.util.PropertiesUtil
Packages that use PropertiesUtil
Package
Description
Configuration of Log4j 2.
Log4j 2 SSL support
Log4j 2 helper classes.
Simple logging implementation.
Status API for Log4j 2.
Internal utility classes for the Log4j 2 API.
-
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.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.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.status
Fields in org.apache.logging.log4j.status declared as PropertiesUtilModifier and TypeFieldDescription(package private) static final PropertiesUtilStatusLogger.PROPS -
Uses of PropertiesUtil in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as PropertiesUtilModifier and TypeFieldDescriptionprivate static final PropertiesUtilPropertiesUtil.LOG4J_PROPERTIESMethods in org.apache.logging.log4j.util that return PropertiesUtilModifier and TypeMethodDescriptionstatic PropertiesUtilPropertiesUtil.getProperties()Returns the PropertiesUtil used by Log4j.