ch.qos.logback.core
Class PropertyDefinerBase

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

public abstract class PropertyDefinerBase
extends ContextAwareBase
implements PropertyDefiner

Set a skeleton implementation for property definers just for have ContextAwareBase.

Author:
Aleksey Didik

Field Summary
 
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
 
Constructor Summary
PropertyDefinerBase()
           
 
Method Summary
 
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ch.qos.logback.core.spi.PropertyDefiner
getPropertyValue
 
Methods inherited from interface ch.qos.logback.core.spi.ContextAware
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, setContext
 

Constructor Detail

PropertyDefinerBase

public PropertyDefinerBase()


Copyright © 2005-2012 QOS.ch. All Rights Reserved.