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
public class DefaultDiscriminator<E>
- extends AbstractDiscriminator<E>
- Author:
- Ceki Gücü
|
Method Summary |
String |
getDiscriminatingValue(E e)
Given event 'e' return a discriminating value. |
String |
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.spi.ContextAwareBase |
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
DefaultDiscriminator
public DefaultDiscriminator()
getDiscriminatingValue
public String getDiscriminatingValue(E e)
- Description copied from interface:
Discriminator
- Given event 'e' return a discriminating value.
- Returns:
getKey
public String getKey()
- Description copied from interface:
Discriminator
- The key or variable name under which the discriminating value should be
exported into the host environment.
- Returns:
Copyright © 2005-2014 QOS.ch. All Rights Reserved.