Skip to main content

ImpactLogger

ImpactPack/DebugOutput Node
ImpactLogger

Example

JSON Example
{
  "class_type": "ImpactLogger",
  "inputs": {
    "data": [
      "node_id",
      0
    ],
    "text": "example text"
  }
}

This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.

Inputs

NameTypeStatusConstraintsDefault
data*required--
textSTRINGrequired--

Outputs

This node has no outputs.

Was this page helpful?