• Ouputs information to the user. Info messages don't get additional formatting. Note: Info 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