Uses of Interface
org.apache.log4j.config.PropertyGetter.PropertyCallback
-
Packages that use PropertyGetter.PropertyCallback Package Description org.apache.log4j.config Package used in getting/setting component properties. -
-
Uses of PropertyGetter.PropertyCallback in org.apache.log4j.config
Classes in org.apache.log4j.config that implement PropertyGetter.PropertyCallback Modifier and Type Class Description class
PropertyPrinter
Prints the configuration of the log4j default hierarchy (which needs to be auto-initialized) as a propoperties file on aPrintWriter
.Methods in org.apache.log4j.config with parameters of type PropertyGetter.PropertyCallback Modifier and Type Method Description static void
PropertyGetter. getProperties(Object obj, PropertyGetter.PropertyCallback callback, String prefix)
void
PropertyGetter. getProperties(PropertyGetter.PropertyCallback callback, String prefix)
-