Log
Text from Message text box may be displayed in Wizlink's Logs, depending on chosen severity level.
Put a variable or plain text in Message text box, choose the severity level of this message (default is Info). Open Logs tab in Wizlink Designer. Right click the mouse and from opened menu choose the minimum severity level of messages to show in Logs. The severity levels (from the least important) are: debug, info, confirmation, warning, error, critical. When you choose from right-click menu e.g. error level - only messages with error or critical severity level will show in Logs. When you do not choose any severity level - all messages from Log activities will show in Logs.
Acquired Text | String | Output | text input by user |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Display Name | Literal | Input | changes display name of the activity |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
Message | String | Input | text to set in Logs |
Severity | Dropdown | Input | select logging level from the dropdown list |
Result | Boolean | Output | returns a Boolean value. True if no error in activity, otherwise will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases will return 1. See the table of Extended Result Codes for more info |