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.
Syntax
log(level, message)
Description
Writes a log entry to the execution logs. Parameters:level:"fatal" | "error" | "warn" | "info" | "debug" | "trace"— the log level.message:string— the log entry text.
void