Skip to content

Function: log()

ts
function log(this: void, text: string): void;

Log a message through the script log channel.

Parameters

ParameterTypeDescription
thisvoid-
textstringMessage to print.

Returns

void

Remarks

In non-master builds the message is sent to CScriptEngine::script_log.