Package ch.qos.logback.core.spi
Interface PropertyDefiner
-
- All Superinterfaces:
ContextAware
- All Known Implementing Classes:
FileExistsPropertyDefiner
,PropertyDefinerBase
,ResourceExistsPropertyDefiner
@Deprecated(since="2022-01-27") public interface PropertyDefiner extends ContextAware
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getPropertyValue()
Deprecated.Get the property value, defined by this property definer-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
-