Skip to content

Xatkit Log Platform

Gwendal Daniel edited this page Feb 24, 2020 · 4 revisions

License Badge Build Status

Print log messages from your Xatkit execution model.

Providers

The log platform does not define any provider.

Actions

Action Parameters Return Return Type Description
LogInfo - message (String): the message to log with the Info level null null Logs the provided message with the Info level
LogWarning - message (String): the message to log with the Warn level null null Logs the provided message with the Warn level
LogError - message (String): the message to log with the Error level null null Logs the provided message with the Error level

Options

The log platform does not support any configuration option.

Clone this wiki locally