Class KibanaLogContext
- java.lang.Object
-
- org.hawaiiframework.logging.model.KibanaLogContext
-
public final class KibanaLogContext extends Object
Utility to copy the Kibana Log Fields.
-
-
Constructor Summary
Constructors Constructor Description KibanaLogContext()
Create a new instance, copying the MDC (context map).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>
getContextMap()
Returns the copied context map.void
registerKibanaLogFieldsInThisThread()
Registers the log fields of thisKibanaLogContext
into the KibanaLogFields.
-
-
-
Method Detail
-
registerKibanaLogFieldsInThisThread
public void registerKibanaLogFieldsInThisThread()
Registers the log fields of thisKibanaLogContext
into the KibanaLogFields.
-
-