• Ouputs debug information to the user. By default these output is hidden unless the user calls the CLI with --verbose. Debug messages don't get additional formatting. Note: Debug messages are sent through the standard output.

    Parameters

    • content: OutputMessage

      The content to be output to the user.

    • logger: Logger = consoleLog

      The logging function to use to output to the user.

    Returns void