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.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.simple
Constructors in org.apache.logging.log4j.simple with parameters of type PropertiesUtil Constructor Description SimpleLogger(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 Modifier and Type Field Description PropertiesUtilSimpleProvider.Config. props -
Uses of PropertiesUtil in org.apache.logging.log4j.util
Methods in org.apache.logging.log4j.util that return PropertiesUtil Modifier and Type Method Description static PropertiesUtilPropertiesUtil. getProperties()Returns the PropertiesUtil used by Log4j.
-