smartsocket/ts/smartsocket.logging.ts

4 lines
111 B
TypeScript
Raw Normal View History

2022-03-14 21:40:55 +00:00
import * as plugins from './smartsocket.plugins.js';
2020-09-24 18:03:01 +00:00
2020-09-24 18:04:11 +00:00
export const logger = new plugins.smartlog.ConsoleLog();