Write Functions
Console
Add debugging steps within your functions
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.
Contextual information to understand the behavior of the function at runtime.
Severity of log message, one of info
(default), error
, warning
or
debug
.