Add conditional debugging
Opened this issue · 0 comments
ambid17 commented
Intercept Application.logMessageReceived and add debug flags levels (debug, warning, error).
If the flag is set to error, only print errors.
If the flag is set to warning, print warnings and errors
If the flag is set to debug, print all logs