mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Replace logging with external library
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user