method PrinterService.info PrinterService.info(message: string,icon?: Icon,): Promise<void> Print an INFO level message on stderr. Will be displayed as primary 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>