java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.sift.AbstractDiscriminator<ILoggingEvent>
ch.qos.logback.classic.sift.ContextBasedDiscriminator
- All Implemented Interfaces:
Discriminator<ILoggingEvent>
,ContextAware
,LifeCycle
This discriminator returns the value context to which this event is attached
to. If the said value is null, then a default value is returned.
Both Key and the DefaultValue are user specified properties.
- Author:
- Ceki Gülcü
-
Field Summary
Fields inherited from class ch.qos.logback.core.sift.AbstractDiscriminator
started
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the name of the current context name as found in the logging event.getKey()
The key or variable name under which the discriminating value should be exported into the host environment.void
setDefaultValue
(String defaultValue) The default context name in case the context name is not set for the current logging event.void
Methods inherited from class ch.qos.logback.core.sift.AbstractDiscriminator
isStarted, start, stop
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
ContextBasedDiscriminator
public ContextBasedDiscriminator()
-
-
Method Details
-
getDiscriminatingValue
Return the name of the current context name as found in the logging event.- Parameters:
event
-- Returns:
-
getKey
Description copied from interface:Discriminator
The key or variable name under which the discriminating value should be exported into the host environment.- Returns:
-
setKey
-
getDefaultValue
- Returns:
- See Also:
-
setDefaultValue
The default context name in case the context name is not set for the current logging event.- Parameters:
defaultValue
-
-