Package de.xima.fc
Class CmnConst.LoggingKeys
- java.lang.Object
-
- de.xima.fc.CmnConst.LoggingKeys
-
- Enclosing class:
- CmnConst
public static final class CmnConst.LoggingKeys extends Object
Keys, that used with theMDC
The Keys can be used inside a log file pattern configuration with the placeholder '%X{<key>}'. An example for printing out the form record process id is: %X{processID}.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Field Summary
Fields Modifier and Type Field Description static String
FORM_RECORD_ID
static String
PROCESS_ID
static String
PROJECT_ID
static String
PROJECT_NAME
static String
SESSION_ID
static String
WORKFLOW_ELEMENT_NAME
Name of a wf-trigger or a wf-nodestatic String
WORKFLOW_ELEMENT_TYPE
static String
WORKFLOW_ELEMENT_UUID
Uuid of a wf-trigger or a wf-node
-
Constructor Summary
Constructors Constructor Description LoggingKeys()
-
-
-
Field Detail
-
PROCESS_ID
public static final String PROCESS_ID
- See Also:
- Constant Field Values
-
PROJECT_ID
public static final String PROJECT_ID
- See Also:
- Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
- See Also:
- Constant Field Values
-
FORM_RECORD_ID
public static final String FORM_RECORD_ID
- See Also:
- Constant Field Values
-
WORKFLOW_ELEMENT_TYPE
public static final String WORKFLOW_ELEMENT_TYPE
- See Also:
- Constant Field Values
-
WORKFLOW_ELEMENT_NAME
public static final String WORKFLOW_ELEMENT_NAME
Name of a wf-trigger or a wf-node- See Also:
- Constant Field Values
-
WORKFLOW_ELEMENT_UUID
public static final String WORKFLOW_ELEMENT_UUID
Uuid of a wf-trigger or a wf-node- See Also:
- Constant Field Values
-
SESSION_ID
public static final String SESSION_ID
- See Also:
- Constant Field Values
-
-