import * as plugins from './smartlog.plugins'; import { Smartlog } from './smartlog.classes.smartlog'; const defaultLogger: Smartlog = new Smartlog(); export { Smartlog, defaultLogger };