[Server] Use logger for logging

This commit is contained in:
syuilo
2019-02-03 04:18:27 +09:00
parent 110eeb89f1
commit 238c6a428b
5 changed files with 34 additions and 30 deletions

View File

@@ -0,0 +1,3 @@
import Logger from "../../misc/logger";
export const driveLogger = new Logger('drive', 'blue');