Added rules log type

This commit is contained in:
M66B
2021-08-16 13:40:42 +02:00
parent e1557dc040
commit c2e48ea1f1
4 changed files with 29 additions and 22 deletions

View File

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