smartdata/ts/smartdata.logging.ts

4 lines
109 B
TypeScript
Raw Normal View History

2022-05-16 22:33:44 +00:00
import * as plugins from './smartdata.plugins.js';
2020-06-11 23:05:32 +00:00
export const logger = new plugins.smartlog.ConsoleLog();