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
|
||||
*/
|
||||
public smartlogDestination: ILogDestination = {
|
||||
handleLog: (logPackageArg) => {
|
||||
this.sendSmartlogPackage(logPackageArg)
|
||||
}
|
||||
};
|
||||
public get smartlogDestination (): ILogDestination {
|
||||
return {
|
||||
handleLog: (logPackageArg) => {
|
||||
this.sendSmartlogPackage(logPackageArg);
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user