java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.sift.AbstractDiscriminator<E>
ch.qos.logback.core.sift.DefaultDiscriminator<E>
- All Implemented Interfaces:
Discriminator<E>
,ContextAware
,LifeCycle
- 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 TypeMethodDescriptionGiven event 'e' return a discriminating value.getKey()
The key or variable name under which the discriminating value should be exported into the host environment.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
-
Field Details
-
DEFAULT
- See Also:
-
-
Constructor Details
-
DefaultDiscriminator
public DefaultDiscriminator()
-
-
Method Details
-
getDiscriminatingValue
Description copied from interface:Discriminator
Given event 'e' return a discriminating value.- Parameters:
e
-- 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:
-