import { ConsoleTracingLogger } from '@/utils'; export const testingLogger = new ConsoleTracingLogger('test', [ 'info', 'warn', 'error', 'debug', ]);