1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-18 08:38:11 +09:00
hotomoe/src/remote/logger.ts

4 lines
96 B
TypeScript
Raw Normal View History

2019-02-03 04:04:57 +09:00
import Logger from "../misc/logger";
export const remoteLogger = new Logger('remote', 'blue');