log(message): void
message
void
Log a message to the script console.
string
The message to log.
log(message, color): void
color
Log a message to the script console. With a given color.
Color
The color you want the log to appear in.
Last updated 6 hours ago