mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
@@ -16,6 +16,7 @@ class DebugPrint implements LoggingInterface {
|
||||
Map<String, dynamic>? metadata,
|
||||
Level? level = Level.debug,
|
||||
StackTrace? stackTrace,
|
||||
Object? extra,
|
||||
}) {
|
||||
if (Feature.logging.disabled) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user