Skip to content

$log

Normal $log from aoi.js but with support for custom colors.

Usage

$log[text;color?]

Parameters

FieldTypeDescriptionRequired?
textstringText to logtrue
colorstringColor to use for the textfalse

Example

This will log “Hello world!” in green color.

$log[Hello world!;#57F287]