Skip to content

Logger

Defined in: packages/api-client/src/core/types/index.ts:15

Minimal logger interface used by the SDK to surface non-throwing diagnostics (rate-limit hits, missing signing secret, etc).

Consumers wire a concrete implementation so the SDK stays platform-agnostic — the default behavior is no-op (no console writes).

warn(message, context?): void

Defined in: packages/api-client/src/core/types/index.ts:16

string

Record<string, unknown>

void