public class MDCBasedDiscriminator
extends <any>
Both Key and the DefaultValue are user specified properties.
| Constructor and Description |
|---|
MDCBasedDiscriminator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultValue() |
java.lang.String |
getDiscriminatingValue(ILoggingEvent event)
Return the value associated with an MDC entry designated by the Key
property.
|
java.lang.String |
getKey() |
void |
setDefaultValue(java.lang.String defaultValue)
The default MDC value in case the MDC is not set for
mdcKey. |
void |
setKey(java.lang.String key) |
void |
start() |
public java.lang.String getDiscriminatingValue(ILoggingEvent event)
public void start()
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getDefaultValue()
setDefaultValue(String)public void setDefaultValue(java.lang.String defaultValue)
mdcKey.
For example, if Key is set to the value
"someKey", and the MDC is not set for "someKey", then this appender will
use the default value, which you can set with the help of this method.
defaultValue -