2018-06-05 18:48:14 +00:00
|
|
|
import * as plugins from './smartlog.plugins';
|
|
|
|
import { Smartlog } from './smartlog.classes.smartlog';
|
2018-07-10 20:34:33 +00:00
|
|
|
const defaultLogger: Smartlog = new Smartlog();
|
2016-10-15 17:00:52 +00:00
|
|
|
|
2018-07-10 20:34:33 +00:00
|
|
|
export { Smartlog, defaultLogger };
|
2016-10-15 17:00:52 +00:00
|
|
|
|