Produces output data in log file.

This step outputs a message in the Convertigo logger defined in the Logger property, for the log level defined in the Level property.
The message to output is generated from the JavaScript expression defined in Expression property.

Property Type Category Description
Comment String standard Describes the object comment to include in the documentation report.
This property generally contains an explanation about the object.
Expression JS expression standard Defines the expression evaluated to give the text to output.
This property is a JavaScript expression that is evaluated during the sequence execution and gives the text string to output in log file.
Is active boolean standard Defines whether the step is active.
Level String standard Defines the log level on which the log applies.
This property defines the minimum level of log for which the message has to be output. The message will be output for any log level superior or equals to this property value.
Log levels possible values are the following, by ascending order:

ERROR,
WARN,
INFO,
DEBUG,
TRACE.
Logger String standard Defines the logger on which the log applies.
This property defines Context logger as default logger.
This value can be updated. Possible logger values are the following:

Engine: the message will be seen as output by the Convertigo Engine,
Context: the message will be seen as output by the running Context,
Context.User: the message will be seen as output in the running Context, defined by the User,
Context.Audit: the message will be seen as output in the running Context, in a separate Audit logger.
Output boolean expert Defines whether the XML generated by this step should be appended to the resulting XML.
Set this property to true to add the step’s resulting XML to the sequence’s output XML (default value for steps generating XML). Set this property to false to prevent the steps’s XML result to appear in the sequence’s output XML.
Setting this property to false does not prevent the step’s generated XML from being used as a source by other steps.