← Return to the list of available setters
← Return to the list of available applications
If you have trouble understanding how the action works, check the descriptions: Application, Setter, Conditional execution, Component parameters
Category: General
Available from version: 1.0.X
Component records information about business events that occur during the process execution. This information is saved in a file with the .log extension and may relate, depending on the selected login level, to track process performance, or to provide detailed process flow data. The component enables the use of one of five logging levels (ERROR, WARN, INFO, DEBUG, TRACE).
It should be taken into account that when choosing a given login level, all logs written at lower levels than the one selected have not been displayed. For example, if the level was set to WARN, then the logs listed at the INFO and DEBUG levels will not be displayed. Depending on the login level, the hierarchy of displayed messages is as follows:
ERROR | WARN | INFO | DEBUG | TRACE | |
---|---|---|---|---|---|
ERROR | visible | ||||
WARN | visible | visible | |||
INFO | visible | visible | visible | ||
DEBUG | visible | visible | visible | visible | |
TRACE | visible | visible | visible | visible | visible |
Name of the parameter | From version | Description | Parameter type | Default value | Field type | Notes and restrictions | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Logging level* | 1.0.X | Specifies the way of categorizing the entries. | Text | Drop-down list |
| |||||||||||||
Message* | 1.0.X | Displays text message based on selected logging level. | Text | Editable field |
Parameter*- required field
1.0.X
- Adding component
Add Comment