Skip to content

Xatkit Log Platform

Gwendal Daniel edited this page Aug 19, 2019 · 4 revisions

License Badge Build Status

Print log messages from your Xatkit execution model. This platform is bundled with the Xatkit release.

Providers

The core 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
Clone this wiki locally