Description
Logs a message about application events.
Category
System
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Level |
|
yes |
|
Always |
The level of importance of the log.
Possible values are:
|
Message |
|
yes |
Always |
Message to be logged. It can use dynamic arguments for formatting. |
|
Arguments |
|
no |
Always |
Arguments for the format string. It may be zero or more. |
Outputs
Name | Type | Description |
---|---|---|
result |
|
The name of the next element in the list. |
Sample

The flow starts, the logger step logs something and then the execution finishes with the end step.