• Logs information at the info level. Info messages don't get additional formatting. Note: By default, info messages are sent through the standard error.

    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