Uses of Class
org.apache.log4j.config.PropertySetter
-
Packages that use PropertySetter Package Description org.apache.log4j.xml Log4j 1.x compatibility layer. -
-
Uses of PropertySetter in org.apache.log4j.xml
Methods in org.apache.log4j.xml with parameters of type PropertySetter Modifier and Type Method Description static void
DOMConfigurator. setParameter(Element elem, PropertySetter propSetter, Properties props)
void
XmlConfiguration. setParameter(Element elem, PropertySetter propSetter, Properties props)
Sets a parameter based from configuration file content.
-