• Outputs a success message to the user. Success messages receive a special formatting to make them stand out in the console. Note: Success 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