Added log level debug option

This commit is contained in:
M66B
2021-02-27 17:45:08 +01:00
parent 674db36f2c
commit bee33fcf9f
6 changed files with 63 additions and 14 deletions

View File

@@ -200,6 +200,10 @@ public class ApplicationEx extends Application
// Should be excluded for import
restart();
break;
case "debug":
case "log_level":
Log.setLevel(this);
break;
}
}