• Logs a message to the console with the specified color.

    Parameters

    • color: "green" | "red" | "blue" | "yellow" | "magenta" | "bgGreen" | "bgRed" | "bgBlue" | "reset" | TColor

      The color to use for the log message.

    • message: string

      The message to log.

    • Optional data: Record<string, unknown>

      Optional additional data to log alongside the message.

    Returns void

Generated using TypeDoc