Uses of Class
org.apache.logging.log4j.util.PropertiesUtil
Packages that use PropertiesUtil
Package
Description
Configuration of Log4j 2.
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 AuthorizationProvider
ConfigurationFactory.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 -
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 PropertiesUtil
JsonTemplateLayoutDefaults.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.status
Fields in org.apache.logging.log4j.status declared as PropertiesUtil -
Uses of PropertiesUtil in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as PropertiesUtilModifier and TypeFieldDescriptionprivate static final PropertiesUtil
PropertiesUtil.LOG4J_PROPERTIES
Methods in org.apache.logging.log4j.util that return PropertiesUtilModifier and TypeMethodDescriptionstatic PropertiesUtil
PropertiesUtil.getProperties()
Returns the PropertiesUtil used by Log4j.