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 classPropertyPrinterPrints 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 voidPropertyGetter. getProperties(java.lang.Object obj, PropertyGetter.PropertyCallback callback, java.lang.String prefix)voidPropertyGetter. getProperties(PropertyGetter.PropertyCallback callback, java.lang.String prefix)
-