fix(core): update
This commit is contained in:
parent
f075f7f23a
commit
c5cedb027d
@ -78,9 +78,11 @@ export class LogdnaAccount {
|
|||||||
/**
|
/**
|
||||||
* returns a smartlog compatible log destination
|
* returns a smartlog compatible log destination
|
||||||
*/
|
*/
|
||||||
public smartlogDestination: ILogDestination = {
|
public get smartlogDestination (): ILogDestination {
|
||||||
handleLog: (logPackageArg) => {
|
return {
|
||||||
this.sendSmartlogPackage(logPackageArg)
|
handleLog: (logPackageArg) => {
|
||||||
}
|
this.sendSmartlogPackage(logPackageArg);
|
||||||
};
|
}
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user