Package ch.qos.logback.core.joran.spi
Class CAI_WithLocatorSupport
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareImpl
-
- ch.qos.logback.core.joran.spi.CAI_WithLocatorSupport
-
- All Implemented Interfaces:
ContextAware
class CAI_WithLocatorSupport extends ContextAwareImpl
WhenInterpreter
class is used as the origin of anContextAwareImpl
instance, then XML locator information is lost. This class preserves locator information (as a string).
-
-
Field Summary
-
Fields inherited from class ch.qos.logback.core.spi.ContextAwareImpl
context
-
-
Constructor Summary
Constructors Constructor Description CAI_WithLocatorSupport(Context context, Interpreter interpreter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getOrigin()
-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareImpl
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
-
-
-
Constructor Detail
-
CAI_WithLocatorSupport
CAI_WithLocatorSupport(Context context, Interpreter interpreter)
-
-
Method Detail
-
getOrigin
protected java.lang.Object getOrigin()
- Overrides:
getOrigin
in classContextAwareImpl
-
-