Badger logging

This commit is contained in:
M66B
2023-06-16 17:06:23 +02:00
parent 38ca55c49b
commit 2fb2e054db
4 changed files with 266 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ public class EntityLog {
public enum Type {General, Statistics, Scheduling, Network, Account, Protocol, Classification, Notification, Rules, Cloud, Debug}
static void log(final Context context, String data) {
public static void log(final Context context, String data) {
log(context, Type.General, data);
}