@semo/core
    Preparing search index...

    Function colorfulLog

    • Logs a message with specified color to the console.

      Parameters

      • color: string

        The color to apply to the message

      • message: unknown = ''

        The message content to be logged

      • opts: LogOptions = {}

        Log options configuration object

        Options for configuring log output behavior and formatting

        • OptionalexitCode?: number
        • OptionalifExit?: boolean
        • OptionalinverseColor?: boolean
        • Optionaltype?: "log" | "info" | "error" | "warn"

      Returns void