Package ch.qos.logback.core.sift
Class DefaultDiscriminator<E>
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
@Deprecated(since="2022-01-27")
public class DefaultDiscriminator<E>
extends AbstractDiscriminator<E>
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Given event 'e' return a discriminating value.getKey()
Deprecated.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, getStatusManager, setContext
-
Field Details
-
DEFAULT
Deprecated.- See Also:
-
-
Constructor Details
-
DefaultDiscriminator
public DefaultDiscriminator()Deprecated.
-
-
Method Details
-
getDiscriminatingValue
Deprecated.Description copied from interface:Discriminator
Given event 'e' return a discriminating value.- Parameters:
e
-- Returns:
-
getKey
Deprecated.Description copied from interface:Discriminator
The key or variable name under which the discriminating value should be exported into the host environment.- Returns:
-