Skip to content

MTY_DisableLog

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Temporarily disable all logging.

void MTY_DisableLog(
    bool disabled
);

Parameters

disabled (bool)

Specify true to disable logging, false to enable it.

Platform support

Windows   macOS   Android   Linux   Web  

See also

Module: Log

Clone this wiki locally