Родитель
d68b499686
Коммит
c2f329b75d
|
@ -67,10 +67,10 @@ export abstract class AbstractLogger {
|
|||
if (tmpLogger.LoggerIdentity === this.LoggerIdentity)
|
||||
return true;
|
||||
tmpLogger = tmpLogger.NextLogger;
|
||||
} while (tmpLogger !== null || tmpLogger !== undefined)
|
||||
} while (tmpLogger !== null && tmpLogger !== undefined)
|
||||
return false;
|
||||
}
|
||||
|
||||
abstract processEvent(source: string, eventName: string, properties: any);
|
||||
abstract processException(source, error: Error, properties: any);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче