Frontend - Log node
The Frontend - Log node allows writing log messages on the frontend (client side). The logs are typically visible in the browser's developer console. This node is useful for debugging client-side behavior during flow execution.
This node is available in: Authentication, Admin, Self Service, Consent, Library, Custom, User Defined
Node configurations
Put a content that you want to display on the frontend client side.
Space
Defines the indentation level used to format the output JSON string. This is useful for improving readability (pretty printing).
Default output node
- Success
- Failure
JSON metadata
{
"name": "log_fe",
"active": true,
"bundleName": "default-nodes",
"bundleVersion": "1.0",
"nodeName": "LogFrontEnd",
"category": "user_agent_components",
"deprecated": false,
"displayName": [{
"lang": "en",
"value": "Frontend - Log"
}, {
"lang": "it",
"value": "Frontend - Log"
}
],
"flowCategory": [
"custom",
"admin",
"auth",
"self",
"consent"
],
"flowType": [
"library"
],
"index": 7,
"inputs": [{
"name": "Input"
}
],
"outputs": [{
"name": "Success",
"level": "success"
}, {
"name": "Failure",
"level": "error"
}
]
}