EnableConsoleLogs

If true, sym3.js will output more information onto the JavaScript console. (Hit F12 in most browsers). By default, logs are disabled.

Function

void EnableConsoleLogs(enable: bool)`

Parameters

  • enable (bool): true to enable logs, false to disable.

Examples

Enables logging.

SYM3.EnableConsoleLogs(true);