Class KibanaLogContext
java.lang.Object
org.hawaiiframework.logging.model.KibanaLogContext
Utility to copy the Kibana Log Fields.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the copied context map.voidRegisters the log fields of thisKibanaLogContextinto the KibanaLogFields.
-
Constructor Details
-
KibanaLogContext
public KibanaLogContext()Create a new instance, copying the MDC (context map).
-
-
Method Details
-
getContextMap
Returns the copied context map.- Returns:
- The context map.
-
registerKibanaLogFieldsInThisThread
public void registerKibanaLogFieldsInThisThread()Registers the log fields of thisKibanaLogContextinto the KibanaLogFields.
-