• Logs a message to the console.

    Parameters

    • message: string

      The message to log.

    • type: "error" | "info" | "warning"

      The type of log (info, warning or error).

    • group: string

      The group of messages it belongs to.

    Returns void