Uses of Class
org.apache.log4j.config.PropertySetterException
-
Packages that use PropertySetterException Package Description org.apache.log4j.config Log4j 1.x compatibility layer. -
-
Uses of PropertySetterException in org.apache.log4j.config
Methods in org.apache.log4j.config that throw PropertySetterException Modifier and Type Method Description void
PropertySetter. setProperty(PropertyDescriptor prop, String name, String value)
Set the named property given aPropertyDescriptor
.
-