Optional Readonlyerror?: ((format: string, ...param: unknown[]) => void)Logs a message to the console.
A printf-like format string.
Rest...param: unknown[]The parameter to log.
Optional Readonlygroup?: ((...label: string[]) => void)Increases indentation of subsequent lines by spaces for groupIndentationlength.
Rest...label: string[]If one or more labels are provided, those are printed first without the additional indentation.
Optional ReadonlygroupAn alias for group in Node.js.
Rest...label: string[]Optional ReadonlygroupDecreases indentation of subsequent lines by spaces for groupIndentationlength.
Readonlylog: ((format: string, ...param: unknown[]) => void)Logs a message to the console.
A printf-like format string.
Rest...param: unknown[]The parameter to log.
Interface for a console object.