Package ch.qos.logback.core
Class PropertyDefinerBase
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.PropertyDefinerBase
-
- All Implemented Interfaces:
ContextAware
,PropertyDefiner
- Direct Known Subclasses:
FileExistsPropertyDefiner
,ResourceExistsPropertyDefiner
@Deprecated(since="2022-01-27") public abstract class PropertyDefinerBase extends ContextAwareBase implements PropertyDefiner
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.A skeleton implementation for property definers so that they derive fromContextAwareBase
.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinerBase()
Deprecated.
-
Method Summary
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
-
Methods inherited from interface ch.qos.logback.core.spi.PropertyDefiner
getPropertyValue
-
-