smartsocket/ts/smartsocket.logging.ts

3 lines
107 B
TypeScript
Raw Normal View History

2020-09-24 18:03:01 +00:00
import * as plugins from './smartsocket.plugins';
export const logger = new plugins.smartlog.ConsoleLog();