method PrinterService.debug
PrinterService.debug(
message: string,
icon?: Icon,
): Promise<void>

Print a DEBUG level message on stderr. Will be displayed as secondary content if colorEnabled is true.

Parameters

message: string

the message to output.

optional
icon: Icon

optional icon to display with the message.

Return Type

Promise<void>

Usage

import type PrinterService from ".";