Uses of Class
org.apache.log4j.config.PropertySetter
-
Packages that use PropertySetter Package Description org.apache.log4j.xml XML based components. -
-
Uses of PropertySetter in org.apache.log4j.xml
Methods in org.apache.log4j.xml with parameters of type PropertySetter Modifier and Type Method Description protected void
DOMConfigurator. setParameter(org.w3c.dom.Element elem, PropertySetter propSetter)
static void
DOMConfigurator. setParameter(org.w3c.dom.Element elem, PropertySetter propSetter, java.util.Properties props)
Sets a parameter based from configuration file content.
-