Added classifier log type

This commit is contained in:
M66B
2021-08-16 10:15:26 +02:00
parent 5965cca34a
commit f473969386
2 changed files with 17 additions and 14 deletions

View File

@@ -59,7 +59,7 @@ public class EntityLog {
@NonNull
public String data;
enum Type {General, Statistics, Scheduling, Network, Account, Protocol}
enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification}
private static final ExecutorService executor =
Helper.getBackgroundExecutor(1, "log");