smartdata/ts/smartdata.logging.ts

4 lines
106 B
TypeScript
Raw Normal View History

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