Type Alias DebugLogWriter

DebugLogWriter: (entry: DebugLogEntry) => void

A function that receives structured debug log entries from the SDK.

Type declaration