mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
@@ -177,9 +177,9 @@ class ArcaneLogger {
|
||||
metadata ??= <String, String>{};
|
||||
metadata.putIfAbsent("timestamp", () => DateTime.now().toIso8601String());
|
||||
|
||||
String? parts;
|
||||
String? filenameAndLineNumber;
|
||||
if (!skipAutodetection) {
|
||||
late final String? parts;
|
||||
try {
|
||||
parts = StackTrace.current
|
||||
.toString()
|
||||
|
||||
Reference in New Issue
Block a user