Hi,
if you have log profiles enabled, you can set the profile “off” using DefaultLog::log()->set_profile("off");
.
If log profiles are disabled, you can disable logging for each log class (ERROR_LOG, WARNING_LOG, EVENT_LOG, INFO_LOG, DEBUG_LOG, USER_LOG
) to zero using DefaultLog::log()->set_filter(logClass, 0)
.
Kind regards,
Jochen