mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user