replugged
    Preparing search index...

    Function log

    • Logs a message to the console with a Replugged prefix.

      Parameters

      • type: LoggerType

        The context type of this log message, e.g. "Plugin" or "Coremod".

      • name: string

        The context name of this log message, e.g. the name of the plugin or coremod.

      • color: string = DEFAULT_COLOR

        The color of the prefix. This should be a valid CSS color string. If not specified, it defaults to a blurple color.

      • ...data: [message?: any, ...optionalParams: any[]]

        The item(s) to log.

      Returns void