• Outputs a warning message to the user. Warning messages receive a special formatting to make them stand out in the console. Note: Warning messages are sent through the standard output.

    Parameters

    • content: OutputMessage

      The content to be output to the user.

    • logger: Logger = consoleWarn

      The logging function to use to output to the user.

    Returns void