Version:
type

LogFunction

A function that logs a message with optional structured data

typescript
type LogFunction = (message: string, data: object) => void

Was this page helpful?