[Server] Use logger for logging

This commit is contained in:
syuilo 2019-02-03 04:04:57 +09:00
parent d55277e57e
commit 278e43e9ba
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
2 changed files with 15 additions and 12 deletions

3
src/remote/logger.ts Normal file
View file

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