Package de.xima.fc
Class CmnConst.LoggingKeys
java.lang.Object
de.xima.fc.CmnConst.LoggingKeys
- Enclosing class:
- CmnConst
Keys, that used with the
MDC
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 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROCESS_ID
- See Also:
-
PROJECT_ID
- See Also:
-
PROJECT_NAME
- See Also:
-
FORM_RECORD_ID
- See Also:
-
WORKFLOW_ELEMENT_TYPE
- See Also:
-
WORKFLOW_ELEMENT_NAME
Name of a wf-trigger or a wf-node- See Also:
-
WORKFLOW_ELEMENT_UUID
Uuid of a wf-trigger or a wf-node- See Also:
-
SESSION_ID
- See Also:
-
-
Constructor Details
-
LoggingKeys
public LoggingKeys()
-