fix(core): update to latest standards

This commit is contained in:
2018-06-05 20:48:14 +02:00
parent 3409d48858
commit 73e04348da
17 changed files with 471 additions and 518 deletions

View File

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