LOG Send text to teh payload console

When to use it

LOG is the primary way to show message about the payload in progress. Use it for communicating the state of the payload without pausing or interrupting the user. Logs can be sent in multiple colors.

Syntax

LOG [color] [message] 

color required

Set the color of the log message. The color may be any color defined in the current theme.

message required

Message to send to the payload log.

Example logging
Example logging

Results

LOG sends a message to the paylaod log, and returns immediately

Examples

  LOG "Things are happening!"
LOG red "EXCITING things are happening!"