Class PropertyDefinerBase

java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.PropertyDefinerBase
All Implemented Interfaces:
ContextAware, PropertyDefiner
Direct Known Subclasses:
CanonicalHostNamePropertyDefiner, FileExistsPropertyDefiner, ResourceExistsPropertyDefiner

public abstract class PropertyDefinerBase extends ContextAwareBase implements PropertyDefiner
A skeleton implementation for property definers so that they derive from ContextAwareBase.
Author:
Aleksey Didik