smartuniverse/ts/smartuniverse.logging.ts

3 lines
109 B
TypeScript
Raw Normal View History

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