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 theMDCThe Keys can be used inside a log file pattern configuration with the placeholder '%X{}'. 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 StringFORM_RECORD_IDstatic StringPROCESS_IDstatic StringPROJECT_IDstatic StringPROJECT_NAMEstatic StringSESSION_IDstatic StringWORKFLOW_ELEMENT_NAMEName of a wf-trigger or a wf-nodestatic StringWORKFLOW_ELEMENT_TYPEstatic StringWORKFLOW_ELEMENT_UUIDUuid 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
 
 
 - 
 
 -