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
log(level, message)
level: "fatal" | "error" | "warn" | "info" | "debug" | "trace" — the log level.message: string — the log entry text.void