From 16a8395a5d6ab39b07c1734f312887307d55fae9 Mon Sep 17 00:00:00 2001 From: Shigma Date: Tue, 13 Jun 2023 21:16:12 +0800 Subject: [PATCH] feat(logger): update dump strategy, fix #50 --- plugins/logger/client/index.vue | 49 ++++++++++++-- plugins/logger/src/file.ts | 55 ++++++++++++++++ plugins/logger/src/index.ts | 112 ++++++++++++++------------------ 3 files changed, 144 insertions(+), 72 deletions(-) create mode 100644 plugins/logger/src/file.ts diff --git a/plugins/logger/client/index.vue b/plugins/logger/client/index.vue index 8e0462e2..aaa73099 100644 --- a/plugins/logger/client/index.vue +++ b/plugins/logger/client/index.vue @@ -2,8 +2,11 @@
-
- +
+
@@ -13,18 +16,50 @@