public final class KibanaLogContext
extends java.lang.Object
Constructor and Description |
---|
KibanaLogContext()
Create a new instance, copying the MDC (context map).
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getContextMap()
Returns the copied context map.
|
void |
registerKibanaLogFieldsInThisThread()
Registers the log fields of this
KibanaLogContext into the KibanaLogFields. |
public KibanaLogContext()
public java.util.Map<java.lang.String,java.lang.String> getContextMap()
public void registerKibanaLogFieldsInThisThread()
KibanaLogContext
into the KibanaLogFields.