import * as plugins from './smartlog.plugins' import { ILogDestination } from 'smartlog-interfaces' export class LogRouter { logDestinations: ILogDestination[] = []; constructor() { } addLogDestination }