-
Notifications
You must be signed in to change notification settings - Fork 56
MTY_DisableLog
chrisd1100 edited this page Aug 25, 2022
·
1 revision
Temporarily disable all logging.
void MTY_DisableLog(
bool disabled
);
disabled
(bool
)
Specify true
to disable logging, false
to enable it.