Updated a couple of logging interfaces

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-03-04 19:20:37 +01:00
parent 92ab192c0b
commit 2d57d59bd4
2 changed files with 14 additions and 9 deletions
@@ -15,6 +15,7 @@ class DebugPrint implements LoggingInterface {
Map<String, dynamic>? metadata,
Level? level = Level.debug,
StackTrace? stackTrace,
Object? extra,
}) {
debugPrint("[${level!.name}] $message ($metadata)");
}