public class ContextBasedDiscriminator extends AbstractDiscriminator<ILoggingEvent>
Both Key and the DefaultValue are user specified properties.
startedcontext| Constructor and Description |
|---|
ContextBasedDiscriminator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDiscriminatingValue(ILoggingEvent event)
Return the name of the current context name as found in the logging event.
|
String |
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 |
setKey(String key) |
isStarted, start, stopaddError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContextpublic String getDiscriminatingValue(ILoggingEvent event)
public String getKey()
Discriminatorpublic void setKey(String key)
public String getDefaultValue()
setDefaultValue(String)public void setDefaultValue(String defaultValue)
defaultValue - Copyright © 2005–2014 QOS.ch. All rights reserved.