Uses of Class
org.apache.logging.log4j.util.PropertiesUtil
-
Packages that use PropertiesUtil Package Description org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.net.ssl Log4j 2 SSL supportorg.apache.logging.log4j.core.util Log4j 2 helper classes.org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.status Status API for Log4j 2.org.apache.logging.log4j.util 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 PropertiesUtil Modifier and Type Method Description static AuthorizationProvider
ConfigurationFactory. 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 PropertiesUtil Modifier and Type Method Description (package private) static SslConfiguration
SslConfigurationFactory. 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.simple
Fields in org.apache.logging.log4j.simple declared as PropertiesUtil Modifier and Type Field Description private PropertiesUtil
SimpleLoggerContext. props
Constructors 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.status
Fields in org.apache.logging.log4j.status declared as PropertiesUtil Modifier and Type Field Description (package private) static PropertiesUtil
StatusLogger. PROPS
-
Uses of PropertiesUtil in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as PropertiesUtil Modifier and Type Field Description private static PropertiesUtil
PropertiesUtil. LOG4J_PROPERTIES
Methods in org.apache.logging.log4j.util that return PropertiesUtil Modifier and Type Method Description static PropertiesUtil
PropertiesUtil. getProperties()
Returns the PropertiesUtil used by Log4j.
-