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
public abstract class PropertyDefinerBase
- extends ContextAwareBase
- implements PropertyDefiner
A skeleton implementation for property definers so that they derive from ContextAwareBase
.
- Author:
- Aleksey Didik
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 |
PropertyDefinerBase
public PropertyDefinerBase()
booleanAsStr
protected static String booleanAsStr(boolean bool)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.