fix(core): update to latest standards
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user