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); + } }