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