Package org.flowable.engine.logging
Class LogMDC
java.lang.Object
org.flowable.engine.logging.LogMDC
Constants and functions for MDC (Mapped Diagnostic Context) logging
- Author:
- Saeid Mirzaei
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
static boolean
static void
putMDCExecution
(org.flowable.engine.impl.persistence.entity.ExecutionEntity e) static void
setMDCEnabled
(boolean b)
-
Field Details
-
LOG_MDC_PROCESSDEFINITION_ID
- See Also:
-
LOG_MDC_EXECUTION_ID
- See Also:
-
LOG_MDC_PROCESSINSTANCE_ID
- See Also:
-
LOG_MDC_BUSINESS_KEY
- See Also:
-
LOG_MDC_TASK_ID
- See Also:
-
-
Constructor Details
-
LogMDC
public LogMDC()
-
-
Method Details
-
isMDCEnabled
public static boolean isMDCEnabled() -
setMDCEnabled
public static void setMDCEnabled(boolean b) -
putMDCExecution
public static void putMDCExecution(org.flowable.engine.impl.persistence.entity.ExecutionEntity e) -
clear
public static void clear()
-