Log operations
The log operations can be used with any Object Type for the script. It provides the helper methods for returning messages to display in the action status.
Type log. to access the helper methods, which are described in the following table.
Operation | Description |
---|---|
|
Adds an action status message at the INFO level. |
|
Adds an action status message at the WARN level. |
|
Adds an action status message at the ERROR level. |
|
Adds a message at the DEBUG level. Only returned when the script is being debugged. These messages are not persisted as action status messages. |