Skip to main content
Version: 25.8.0

LoggerFunction type

A function called by Puppeteer to output debug messages.

Signature

export type LoggerFunction = (...args: unknown[]) => void;