Console APIs allow you to interact with the Hypermode Console.

We’re introducing new APIs consistently through ongoing development with build partners. Let’s chat about what would make the Functions SDK even more powerful for your next use case!

log

Generate a log message for debugging at runtime.

log (
  message: string,
  level?: string
)
message
string
required

Contextual information to understand the behavior of the function at runtime.

level
string

Severity of log message, one of info (default), error, warning or debug.