disableAll static method
void
disableAll()
Disable all logs (use when issue is resolved)
Implementation
static void disableAll() {
enableProductionLogs = false;
}
Disable all logs (use when issue is resolved)
static void disableAll() {
enableProductionLogs = false;
}