Describes how to use the logger step

Description

Logs a message about application events.

Category

System

Inputs

Label Type Required Default Visibility Description

Level

choice

yes

Info

Always

The level of importance of the log.

Possible values are:
Info
Warning
Error
Debug

Message

text

yes

Always

Message to be logged. It can use dynamic arguments for formatting.

Arguments

text

no

Always

Arguments for the format string. It may be zero or more.

Outputs

Name Type Description

result

string

The name of the next element in the list.

Sample

Logger image

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

Back to top