mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 02:19:08 +02:00
@@ -1,5 +1,4 @@
|
||||
import "dart:async";
|
||||
import "dart:developer" as dev;
|
||||
|
||||
import "package:arcane_helper_utils/arcane_helper_utils.dart";
|
||||
|
||||
@@ -233,10 +232,6 @@ class ArcaneLogger {
|
||||
module ??= metadata.containsKey("module") ? metadata["module"] : null;
|
||||
method ??= metadata.containsKey("method") ? metadata["method"] : null;
|
||||
|
||||
dev.log(
|
||||
"Module: $module, Method: $method",
|
||||
);
|
||||
|
||||
// Send logs to registered interface(s)
|
||||
for (final LoggingInterface i in I._interfaces) {
|
||||
i.log(
|
||||
|
||||
Reference in New Issue
Block a user