2022-06-26 08:35:35 +00:00
|
|
|
import * as plugins from './smartlog.plugins.js';
|
|
|
|
import { ConsoleLog } from './smartlog.classes.consolelog.js';
|
|
|
|
import { LogGroup } from './smartlog.classes.loggroup.js';
|
|
|
|
import { Smartlog } from './smartlog.classes.smartlog.js';
|
2016-10-15 17:00:52 +00:00
|
|
|
|
2020-06-08 18:51:11 +00:00
|
|
|
export { ConsoleLog, LogGroup, Smartlog };
|