Skip to content

Logger

Logs a value to the system log.

Categories: helpers

Type: logger/v1


Actions

Debug

Name: debug

null

Properties

NameLabelTypeControl TypeDescriptionRequired
textSTRINGTEXTnull

JSON Example

{
"label" : "Debug",
"name" : "debug",
"parameters" : {
"text" : ""
},
"type" : "logger/v1/debug"
}

Error

Name: error

null

Properties

NameLabelTypeControl TypeDescriptionRequired
textSTRINGTEXTnull

JSON Example

{
"label" : "Error",
"name" : "error",
"parameters" : {
"text" : ""
},
"type" : "logger/v1/error"
}

Info

Name: info

null

Properties

NameLabelTypeControl TypeDescriptionRequired
textSTRINGTEXTnull

JSON Example

{
"label" : "Info",
"name" : "info",
"parameters" : {
"text" : ""
},
"type" : "logger/v1/info"
}

Warn

Name: warn

null

Properties

NameLabelTypeControl TypeDescriptionRequired
textSTRINGTEXTnull

JSON Example

{
"label" : "Warn",
"name" : "warn",
"parameters" : {
"text" : ""
},
"type" : "logger/v1/warn"
}