UNPKG

highlight.run

Version:

Open source, fullstack monitoring. Capture frontend errors, record server side logs, and visualize what broke with session replay.

7 lines (6 loc) 174 B
export declare class Logger { debug: boolean | undefined; name: string | undefined; constructor(debug?: boolean, name?: string); log(...data: any[]): void; }