Updated example

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-10-04 14:17:44 +02:00
parent 4547dd39fe
commit 79a1840cc6
@@ -16,6 +16,7 @@ class DebugPrint implements LoggingInterface {
Map<String, dynamic>? metadata, Map<String, dynamic>? metadata,
Level? level = Level.debug, Level? level = Level.debug,
StackTrace? stackTrace, StackTrace? stackTrace,
Object? extra,
}) { }) {
if (Feature.logging.disabled) return; if (Feature.logging.disabled) return;