fix(core): update

This commit is contained in:
Philipp Kunz 2018-11-11 01:40:08 +01:00
parent 39d08ef53a
commit 3a98c2e7d9

View File

@ -77,4 +77,8 @@ export class Smartlog {
message: logMessageArg
});
}
public handleLogPackage(logPackageArg: ILogPackage) {
this.logRouter.routeLog(logPackageArg);
}
}