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 from ContextAwareBase.
  • Constructor Details

    • PropertyDefinerBase

      public PropertyDefinerBase()
      Deprecated.