From 585f0f5fba536e5938451babfab59315ef4c8d00 Mon Sep 17 00:00:00 2001 From: JjungminLee Date: Thu, 25 Jan 2024 08:28:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20logger=ED=81=B4=EB=9E=98=EC=8A=A4=20?= =?UTF-8?q?=EC=83=9D=EC=84=B1=EC=9E=90=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Logger.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Logger.js b/src/Logger.js index 4799526..137f29f 100644 --- a/src/Logger.js +++ b/src/Logger.js @@ -1,5 +1,11 @@ export class Logger { - constructor() {} + constructor() { + this.platform = ''; + this.serviceName = ''; + this.logId = ''; + this.path = ''; + this.name = ''; + } // 랜덤한 id생성하게 createId() {}