Skip to content

Function: error_log()

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

Log an error message and print the current script stack.

Parameters

ParameterTypeDescription
thisvoid-
textstringError message.

Returns

void

Remarks

The C++ binding asserts after logging the message.