system change

This commit is contained in:
2018-03-03 13:57:55 +01:00
parent 02070b9c26
commit 3409d48858
4 changed files with 71 additions and 23 deletions

View File

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