From 3a98c2e7d9decd83288882012ff2fdae2ab2a93c Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 11 Nov 2018 01:40:08 +0100 Subject: [PATCH] fix(core): update --- ts/smartlog.classes.smartlog.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts/smartlog.classes.smartlog.ts b/ts/smartlog.classes.smartlog.ts index ed08d48..afd9e05 100644 --- a/ts/smartlog.classes.smartlog.ts +++ b/ts/smartlog.classes.smartlog.ts @@ -77,4 +77,8 @@ export class Smartlog { message: logMessageArg }); } + + public handleLogPackage(logPackageArg: ILogPackage) { + this.logRouter.routeLog(logPackageArg); + } }