AS
Size: a a a
AS
꧁
GM
AS
AS
S🌴
S🌴
S🌴
S🌴
Ab
this.logger.logEvent('click', { button: 'arrival', mwhouse });
logEvent(name: string, params: any) {
this.invoke(`logEvent`, this.fa.logEvent(name, params));
}
private invoke(title: string, promise: Promise<any>) {
promise.then((r) => {
console.log(`LoggerService: Вызов ${title} завершился успешно`);
}).catch(e => {
console.log(`LoggerService: Вызов ${title} завершился с ошибкой: ${e}`);
});
}
AS
АК
Ab
AS