Package org.whitesource.fs
Class LogMapDefiner
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.PropertyDefinerBase
-
- org.whitesource.fs.LogMapDefiner
-
- All Implemented Interfaces:
ch.qos.logback.core.spi.ContextAware,ch.qos.logback.core.spi.PropertyDefiner
public class LogMapDefiner extends ch.qos.logback.core.PropertyDefinerBase
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringAPPENDER_NAMEprotected static java.lang.StringLOGGER_NAME
-
Constructor Summary
Constructors Constructor Description LogMapDefiner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPropertyValue()voidsetPropertyLookupKey(java.lang.String propertyLookupKey)-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
-
-
-
Field Detail
-
APPENDER_NAME
protected static final java.lang.String APPENDER_NAME
- See Also:
- Constant Field Values
-
LOGGER_NAME
protected static final java.lang.String LOGGER_NAME
- See Also:
- Constant Field Values
-
-