Skip to content

Commit

Permalink
fix: logger클래스 생성자 변경
Browse files Browse the repository at this point in the history
JjungminLee committed Jan 24, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 204bb9a commit 585f0f5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Logger.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
export class Logger {
constructor() {}
constructor() {
this.platform = '';
this.serviceName = '';
this.logId = '';
this.path = '';
this.name = '';
}

// 랜덤한 id생성하게
createId() {}

0 comments on commit 585f0f5

Please sign in to comment.