ByteChef LogoByteChef
Components

Logger

Logs a value to the system log.

Logs a value to the system log.

Categories: Helpers

Type: logger/v1


Actions

Debug

Name: debug

null

Properties

NameLabelTypeDescriptionRequired
textSTRINGnull

Example JSON Structure

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

Output

This action does not produce any output.

Error

Name: error

null

Properties

NameLabelTypeDescriptionRequired
textSTRINGnull

Example JSON Structure

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

Output

This action does not produce any output.

Info

Name: info

null

Properties

NameLabelTypeDescriptionRequired
textSTRINGnull

Example JSON Structure

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

Output

This action does not produce any output.

Warn

Name: warn

null

Properties

NameLabelTypeDescriptionRequired
textSTRINGnull

Example JSON Structure

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

Output

This action does not produce any output.

On this page