Skip to content

DebugLogger

DebugLogger = (message, …args) => void

Defined in: src/utils/debug.ts:24

A debug logging function — call with a message and optional structured data.

string

unknown[]

void