Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

Log Message Node configuration panel

Description

This Node writes a message into the Project Logs.

Parameters

ParameterTypeDescription
MessageCognigyScriptThe message to log. The message should be a string that provides the content of the log entry. For example: User login attempt successful.
Log LevelSelectThe log level to use. The level determines the severity and visibility of the log message. Select one of the following options:
  • Debug — logs detailed information for debugging purposes.
  • Info — logs general information about system operations.
  • Error — logs critical errors that need immediate attention.

Alternatives

To log messages, you can also use the API object in a Code Node. If you want to send a debug message to the Interaction Panel, use the Debug Message Node for more precise testing.