Logger
Logs a value to the system log.
Categories: helpers
Type: logger/v1
Actions
Debug
Name: debug
null
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
text | STRING | TEXT | null |
JSON Example
{ "label" : "Debug", "name" : "debug", "parameters" : { "text" : "" }, "type" : "logger/v1/debug"}
Error
Name: error
null
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
text | STRING | TEXT | null |
JSON Example
{ "label" : "Error", "name" : "error", "parameters" : { "text" : "" }, "type" : "logger/v1/error"}
Info
Name: info
null
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
text | STRING | TEXT | null |
JSON Example
{ "label" : "Info", "name" : "info", "parameters" : { "text" : "" }, "type" : "logger/v1/info"}
Warn
Name: warn
null
Properties
Name | Label | Type | Control Type | Description | Required |
---|---|---|---|---|---|
text | STRING | TEXT | null |
JSON Example
{ "label" : "Warn", "name" : "warn", "parameters" : { "text" : "" }, "type" : "logger/v1/warn"}