feat: replace log lib

This commit is contained in:
Zamitto 2024-05-22 12:03:39 -03:00
parent bffe74f0c7
commit a921887271
5 changed files with 40 additions and 144 deletions

View file

@ -0,0 +1,3 @@
import log from "electron-log/renderer";
export const logger = log.scope("renderer");