Hypermode home page
Search...
⌘K
Ask AI
Support
Request Access
Request Access
Search...
Navigation
Write Functions
Console
Docs
Home
Blog
Get Started
Introduction
Quickstart
Configure Project
Project Manifest
Define Models
Define Hosts
Define Schema
Write Functions
Functions SDK
Connection
Inference
Search
Console
Iterate Constantly
Deploy Project
Function Observability
On this page
log
Write Functions
Console
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.
Copy
Ask AI
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
.
Search
Deploy Project
Assistant
Responses are generated using AI and may contain mistakes.