sdk.log to emit general-purpose informational messages from your agent. This is the baseline log level — suitable for tracing execution flow, recording inputs, or marking the start of a processing step. The dashboard terminal displays these messages at the info level without a color highlight.
Parameters
The log message to display in the dashboard terminal.
Optional key-value data attached to the log entry. The dashboard parses and displays this object as formatted JSON, making it easy to inspect structured values like symbols, timestamps, or configuration.
Example
Dashboard output
Every call tosdk.log writes a line to stdout in the following format:
[DOLPHIN_SDK] prefix allows the platform to identify and parse SDK output from other stdout lines. The dashboard terminal renders info-level entries without a color highlight, distinguishing them visually from success, warn, and error entries.
Payload structure
The internal payload sent for everysdk.log call:
metadata argument, the payload includes an empty object ({}).