Add some color to the log view

This commit is contained in:
M66B
2021-08-15 20:46:28 +02:00
parent b8bddfedbf
commit e28a10120f
4 changed files with 36 additions and 3 deletions

View File

@@ -64,6 +64,7 @@ public class EntityLog {
static final int LOG_SCHEDULE = 2;
static final int LOG_NETWORK = 3;
static final int LOG_ACCOUNT = 4;
static final int LOG_PROTOCOL = 5;
private static final ExecutorService executor =
Helper.getBackgroundExecutor(1, "log");