feat: Replace logging with external library

This commit is contained in:
Joachim Van Herwegen
2024-08-29 09:25:29 +02:00
parent 3902eccbde
commit 7c98751aa2
176 changed files with 201 additions and 993 deletions

View File

@@ -1,4 +1,4 @@
import type { Logger } from '../../../src/logging/Logger';
import type { Logger } from 'global-logger-factory';
import { setSafeInterval } from '../../../src/util/TimerUtil';
import { flushPromises } from '../../util/Util';