smartuniverse/ts/smartuniverse.logging.ts

3 lines
112 B
TypeScript
Raw Normal View History

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