Skip to content

Function: log1()

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

Log a message directly to the engine log.

Parameters

ParameterTypeDescription
thisvoid-
textstringMessage to print.

Returns

void

Since

OpenXRay 2026-01-01, e3b0e3c5, PR #2028

Remarks

Unlike log(), this writes through Msg unconditionally in the native binding.