added logs

This commit is contained in:
2024-05-26 00:20:25 +02:00
parent 51e89ce901
commit dae5182f90
20 changed files with 588 additions and 110 deletions

View File

@@ -0,0 +1,3 @@
abstract class FieldDebuggable {
List<(String, String)> debugFieldList();
}